• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/library/include/

Lines Matching refs:zalloc

96     alloc_func zalloc;  /* used to allocate the internal state */
98 voidpf opaque; /* private data object passed to zalloc and zfree */
110 has dropped to zero. The application must initialize zalloc, zfree and
115 parameter for calls of zalloc and zfree. This can be useful for custom
119 zalloc must return Z_NULL if there is not enough memory for the object.
120 If zlib is used in a multi-threaded application, zalloc and zfree must be
123 On 16-bit systems, the functions zalloc and zfree must be able to allocate
126 pointers returned by zalloc for objects of exactly 65536 bytes *must*
182 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
200 zalloc, zfree and opaque must be initialized before by the caller.
201 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
319 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
324 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
461 fields next_in, zalloc, zfree and opaque must be initialized before by
559 (such as zalloc being NULL). msg is left unchanged in both source and
571 stream state was inconsistent (such as zalloc or state being NULL).
625 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
708 (such as zalloc being NULL). msg is left unchanged in both source and
719 stream state was inconsistent (such as zalloc or state being NULL).
727 calls. The fields zalloc, zfree and opaque in strm must be initialized
728 before the call. If zalloc and zfree are Z_NULL, then the default library-