Home
last modified time | relevance | path

Searched refs:bunzip2 (Results 1 – 2 of 2) sorted by relevance

/lib/
Ddecompress.c25 # define bunzip2 NULL macro
49 { {0x42, 0x5a}, "bzip2", bunzip2 },
Ddecompress_bunzip2.c678 STATIC int INIT bunzip2(unsigned char *buf, long len, in bunzip2() function
753 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()