Searched refs:zalloc (Results 1 - 11 of 11) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Duncompr.c42 stream.zalloc = (alloc_func)0;
H A Dcompress.c42 stream.zalloc = (alloc_func)0;
H A Dzutil.h245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
H A Dinfback.c22 strm provides memory allocation functions in zalloc and zfree, or
44 if (strm->zalloc == (alloc_func)0) {
48 strm->zalloc = zcalloc;
H A Dinflate.c194 if (strm->zalloc == (alloc_func)0) {
198 strm->zalloc = zcalloc;
1449 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Dgzread.c107 state->strm.zalloc = Z_NULL;
H A Dzlib.h97 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
139 parameter for calls of zalloc and zfree. This can be useful for custom
143 zalloc must return Z_NULL if there is not enough memory for the object.
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfre
[all...]
H A Ddeflate.c240 if (strm->zalloc == (alloc_func)0) {
244 strm->zalloc = zcalloc;
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
H A Dgzwrite.c39 strm->zalloc = Z_NULL;
H A Dzip.c1218 zi->ci.stream.zalloc = (alloc_func)0;
/forgerock/web-agents-v4/source/
H A Dutility.c672 strm.zalloc = Z_NULL;
726 strm.zalloc = Z_NULL;

Completed in 59 milliseconds