Searched refs:zalloc (Results 76 - 100 of 182) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzutil.h265 (*((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) {
45 strm->zalloc = zcalloc;
H A Dzlib.h94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
96 voidpf opaque; /* private data object passed to zalloc and zfree */
131 has dropped to zero. The application must initialize zalloc, zfree and
136 parameter for calls of zalloc and zfree. This can be useful for custom
140 zalloc must return Z_NULL if there is not enough memory for the object.
141 If zlib is used in a multi-threaded application, zalloc and zfree must be
144 On 16-bit systems, the functions zalloc and zfree must be able to allocate
147 pointers returned by zalloc for objects of exactly 65536 bytes *must*
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas39 zalloc: alloc_func; (* used to allocate the internal state *)
41 opaque: Pointer; (* private data object passed to zalloc and zfree *)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.h265 (*((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) {
45 strm->zalloc = zcalloc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h287 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
289 voidpf opaque; /* private data object passed to zalloc and zfree */
301 has dropped to zero. The application must initialize zalloc, zfree and
306 parameter for calls of zalloc and zfree. This can be useful for custom
310 zalloc must return Z_NULL if there is not enough memory for the object.
311 On 16-bit systems, the functions zalloc and zfree must be able to allocate
314 pointers returned by zalloc for objects of exactly 65536 bytes *must*
369 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
387 zalloc, zfree and opaque must be initialized before by the caller.
388 If zalloc an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Ddeflate.c158 state->strm.zalloc = (alloc_func) z_alloc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzutil.h265 (*((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) {
45 strm->zalloc = zcalloc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas39 zalloc: alloc_func; (* used to allocate the internal state *)
41 opaque: Pointer; (* private data object passed to zalloc and zfree *)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dutil.h188 static inline void *zalloc(size_t size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas40 zalloc: alloc_func; (* used to allocate the internal state *)
42 opaque: Pointer; (* private data object passed to zalloc and zfree *)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.h287 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
289 voidpf opaque; /* private data object passed to zalloc and zfree */
301 has dropped to zero. The application must initialize zalloc, zfree and
306 parameter for calls of zalloc and zfree. This can be useful for custom
310 zalloc must return Z_NULL if there is not enough memory for the object.
311 On 16-bit systems, the functions zalloc and zfree must be able to allocate
314 pointers returned by zalloc for objects of exactly 65536 bytes *must*
369 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
387 zalloc, zfree and opaque must be initialized before by the caller.
388 If zalloc an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Ddeflate.c148 state->strm.zalloc = (alloc_func) z_alloc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dinfcover.c34 zalloc, zfree, and opaque members of strm to use
171 strm->zalloc = mem_alloc;
232 strm->zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp755 m_z.zalloc = Z_NULL;
823 m_z.zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dinfcover.c34 zalloc, zfree, and opaque members of strm to use
171 strm->zalloc = mem_alloc;
232 strm->zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzjoin.c300 strm.zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_zip.c325 sp->stream.zalloc = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c299 strm.zalloc = Z_NULL;
H A Dgzlog.c296 strm.zalloc = Z_NULL;

Completed in 107 milliseconds

12345678