Searched refs:lz_decode (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c134 lz_decode(void *coder_ptr, const lzma_allocator *allocator, function
226 next->code = &lz_decode;
/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c542 lz_decode(int fin, int fdout, unsigned dict_size, off_t *insize) function
645 return lz_decode(fin, fout, dict_size, bytes_in);

Completed in 99 milliseconds