Home | History | Annotate | Download | only in zlib_v128

Lines Matching full:zalloc

166     alloc_func zalloc;  /* used to allocate the internal state */
168 voidpf opaque; /* private data object passed to zalloc and zfree */
203 to zero. The application must initialize zalloc, zfree and opaque before
208 parameter for calls of zalloc and zfree. This can be useful for custom
212 zalloc must return Z_NULL if there is not enough memory for the object.
213 If zlib is used in a multi-threaded application, zalloc and zfree must be
216 On 16-bit systems, the functions zalloc and zfree must be able to allocate
219 returned by zalloc for objects of exactly 65536 bytes *must* have their
277 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
296 zalloc, zfree and opaque must be initialized before by the caller. If
297 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
440 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
445 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
604 fields next_in, zalloc, zfree and opaque must be initialized before by the
714 (such as zalloc being Z_NULL). msg is left unchanged in both source and
726 stream state was inconsistent (such as zalloc or state being Z_NULL).
843 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
957 (such as zalloc being Z_NULL). msg is left unchanged in both source and
968 zalloc or state being Z_NULL).
979 stream state was inconsistent (such as zalloc or state being Z_NULL), or if
1077 calls. The fields zalloc, zfree and opaque in strm must be initialized
1078 before the call. If zalloc and zfree are Z_NULL, then the default library-