Searched refs:outbuf (Results 1 – 1 of 1) sorted by relevance
523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() argument555 outbuf[gotcount++] = xcurrent; in read_bunzip()682 unsigned char *outbuf, in bunzip2() argument691 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()693 if (!outbuf) { in bunzip2()709 i = read_bunzip(bd, outbuf, BZIP2_IOBUF_SIZE); in bunzip2()713 outbuf += i; in bunzip2()715 if (i != flush(outbuf, i)) { in bunzip2()742 free(outbuf); in bunzip2()750 unsigned char *outbuf, long olen, in __decompress() argument[all …]