Searched refs:bzf (Results 1 – 1 of 1) sorted by relevance
919 if (bzf != NULL) bzf->lastErr = eee; \988 return bzf; in BZ_API()1018 bzf->strm.next_out = bzf->buf; in BZ_API()1077 bzf->strm.next_out = bzf->buf; in BZ_API()1154 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; in BZ_API()1163 bzf->strm.avail_in = bzf->bufN; in BZ_API()1164 bzf->strm.next_in = bzf->buf; in BZ_API()1167 return bzf; in BZ_API()1224 bzf->strm.avail_in = bzf->bufN; in BZ_API()1225 bzf->strm.next_in = bzf->buf; in BZ_API()[all …]
Completed in 5 milliseconds