Home
last modified time | relevance | path

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

/lib/
Ddecompress_bunzip2.c522 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() argument
554 outbuf[gotcount++] = xcurrent; in read_bunzip()
681 unsigned char *outbuf, in bunzip2() argument
690 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
692 if (!outbuf) { in bunzip2()
708 i = read_bunzip(bd, outbuf, BZIP2_IOBUF_SIZE); in bunzip2()
712 outbuf += i; in bunzip2()
714 if (i != flush(outbuf, i)) { in bunzip2()
741 free(outbuf); in bunzip2()
749 unsigned char *outbuf, long olen, in __decompress() argument
[all …]