Searched refs:bzalloc (Results 1 – 4 of 4) sorted by relevance
168 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc; in BZ2_bzCompressInit()509 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc; in BZ2_bzDecompressInit()951 bzf->strm.bzalloc = NULL; in BZ2_bzWriteOpen()1125 bzf->strm.bzalloc = NULL; in BZ2_bzReadOpen()1272 strm.bzalloc = NULL; in BZ2_bzBuffToBuffCompress()1321 strm.bzalloc = NULL; in BZ2_bzBuffToBuffDecompress()
62 void *(*bzalloc)(void *,int,int); member
102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
51 bzs.bzalloc = NULL; in unbzip2()