Home
last modified time | relevance | path

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

/external/bsdiff/
Dbz2_decompressor.cc31 stream_.bzalloc = nullptr; in SetInputData()
/external/bzip2/
Dbzlib.c165 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()
Dbzlib.h62 void *(*bzalloc)(void *,int,int); member
Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
/external/freetype/src/bzip2/
Dftbzip2.c170 bzstream->bzalloc = (alloc_func)ft_bzip2_alloc; in ft_bzip2_file_init()
195 bzstream->bzalloc = NULL; in ft_bzip2_file_done()
/external/python/cpython3/Modules/
D_bz2module.c314 self->bzs.bzalloc = BZ2_Malloc; in _bz2_BZ2Compressor___init___impl()
/external/ImageMagick/coders/
Dmiff.c1376 bzip_info.bzalloc=AcquireBZIPMemory; in ReadMIFFImage()
2506 bzip_info.bzalloc=AcquireBZIPMemory; in WriteMIFFImage()
/external/zlib/contrib/minizip/
Dunzip.c1549 pfile_in_zip_read_info->bstream.bzalloc = (void *(*) (void *, int, int))0; in unzOpenCurrentFile3()
Dzip.c1230 zi->ci.bstream.bzalloc = 0; in zipOpenNewFileInZip4_64()
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dunzip.c1553 pfile_in_zip_read_info->bstream.bzalloc = (void *(*) (void *, int, int))0; in unzOpenCurrentFile3()
Dzip.c1230 zi->ci.bstream.bzalloc = 0; in zipOpenNewFileInZip4_64()