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

12

/freebsd-10.0-release/lib/libz/test/
H A Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
208 c_stream.zalloc = zalloc;
247 d_stream.zalloc = zalloc;
286 c_stream.zalloc = zalloc;
343 d_stream.zalloc = zalloc;
[all...]
H A Dinfcover.c34 zalloc, zfree, and opaque members of strm to use
171 strm->zalloc = mem_alloc;
232 strm->zalloc = Z_NULL;
/freebsd-10.0-release/lib/libz/
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.c110 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...]
/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c148 state->istream.zalloc = zlib_zalloc;
160 state->ostream.zalloc = zlib_zalloc;
320 stream.zalloc = (alloc_func)0;
492 ctx->zin.zalloc = Z_NULL;
498 ctx->zout.zalloc = Z_NULL;
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff.h364 void *zalloc (size_t);
H A Danalyze.c397 p = zalloc (filevec[0].equiv_max * (2 * sizeof *p));
408 discarded[0] = zalloc (filevec[0].buffered_lines
875 char *flag_space = zalloc (s);
H A Dutil.c751 zalloc (size_t size)
741 zalloc (size_t size) function
/freebsd-10.0-release/sys/boot/userboot/libstand/
H A DMakefile47 sbrk.c twiddle.c zalloc.c zalloc_malloc.c
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h270 (*((strm)->zalloc))((strm)->opaque, (items), (size))
H A Dzlib.h96 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
98 voidpf opaque; /* private data object passed to zalloc and zfree */
133 has dropped to zero. The application must initialize zalloc, zfree and
138 parameter for calls of zalloc and zfree. This can be useful for custom
142 zalloc must return Z_NULL if there is not enough memory for the object.
143 If zlib is used in a multi-threaded application, zalloc and zfree must be
146 On 16-bit systems, the functions zalloc and zfree must be able to allocate
149 pointers returned by zalloc for objects of exactly 65536 bytes *must*
207 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
225 zalloc, zfre
[all...]
H A Dinflate.c164 if (strm->zalloc == (alloc_func)0) {
165 strm->zalloc = zcalloc;
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
/freebsd-10.0-release/sys/net/
H A Dzlib.h290 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
292 voidpf opaque; /* private data object passed to zalloc and zfree */
304 has dropped to zero. The application must initialize zalloc, zfree and
309 parameter for calls of zalloc and zfree. This can be useful for custom
313 zalloc must return Z_NULL if there is not enough memory for the object.
314 On 16-bit systems, the functions zalloc and zfree must be able to allocate
317 pointers returned by zalloc for objects of exactly 65536 bytes *must*
372 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
390 zalloc, zfree and opaque must be initialized before by the caller.
391 If zalloc an
[all...]
H A Dzutil.h227 (*((strm)->zalloc))((strm)->opaque, (items), (size))
/freebsd-10.0-release/sys/opencrypto/
H A Ddeflate.c118 zbuf.zalloc = z_alloc;
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddeflate.c496 state->cx.zalloc = NULL;
519 state->cx.zalloc = NULL;
/freebsd-10.0-release/contrib/file/
H A Dcompress.c351 z.zalloc = Z_NULL;
/freebsd-10.0-release/lib/libstand/
H A DMakefile46 sbrk.c twiddle.c zalloc.c zalloc_malloc.c
/freebsd-10.0-release/sys/kern/
H A Dkern_ctf.c284 zs.zalloc = z_alloc;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c966 zalloc(voidpf opaque, uInt items, uInt size)
1016 btn->in->zalloc = zalloc;
1075 btn->out->zalloc = zalloc;
958 zalloc(voidpf opaque, uInt items, uInt size) function

Completed in 144 milliseconds

12