Searched refs:bzalloc (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/lib/bzip2/ |
D | bzlib.c | 216 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc; in BZ_API() 556 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc; in BZ_API() 975 bzf->strm.bzalloc = NULL; in BZ_API() 1148 bzf->strm.bzalloc = NULL; in BZ_API() 1295 strm.bzalloc = NULL; in BZ_API() 1341 strm.bzalloc = NULL; in BZ_API()
|
D | bzlib_private.h | 139 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
|
/external/bzip2/ |
D | bzlib.c | 165 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc; in BZ_API() 505 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc; in BZ_API() 946 bzf->strm.bzalloc = NULL; in BZ_API() 1120 bzf->strm.bzalloc = NULL; in BZ_API() 1267 strm.bzalloc = NULL; in BZ_API() 1316 strm.bzalloc = NULL; in BZ_API()
|
D | bzlib.h | 62 void *(*bzalloc)(void *,int,int); member
|
D | bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
|
/external/bsdiff/ |
D | bz2_decompressor.cc | 31 stream_.bzalloc = nullptr; in SetInputData()
|
/external/freetype/src/bzip2/ |
D | ftbzip2.c | 171 bzstream->bzalloc = (alloc_func)ft_bzip2_alloc; in ft_bzip2_file_init() 196 bzstream->bzalloc = NULL; in ft_bzip2_file_done()
|
/external/u-boot/include/ |
D | bzlib.h | 114 void *(*bzalloc)(void *,int,int); member
|
/external/python/cpython3/Modules/ |
D | _bz2module.c | 324 self->bzs.bzalloc = BZ2_Malloc; in _bz2_BZ2Compressor___init___impl()
|
/external/ImageMagick/coders/ |
D | miff.c | 1388 bzip_info.bzalloc=AcquireBZIPMemory; in ReadMIFFImage() 2523 bzip_info.bzalloc=AcquireBZIPMemory; in WriteMIFFImage()
|
/external/zlib/src/contrib/minizip/ |
D | unzip.c | 1553 pfile_in_zip_read_info->bstream.bzalloc = (void *(*) (void *, int, int))0; in unzOpenCurrentFile3()
|
D | zip.c | 1230 zi->ci.bstream.bzalloc = 0; in zipOpenNewFileInZip4_64()
|