Searched refs:zalloc (Results 101 - 125 of 182) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
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...]
H A Dinflate.c157 if (strm->zalloc == (alloc_func)0) {
158 strm->zalloc = zcalloc;
1334 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
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...]
H A Dinflate.c157 if (strm->zalloc == (alloc_func)0) {
158 strm->zalloc = zcalloc;
1334 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzjoin.c299 strm.zalloc = Z_NULL;
H A Dgzlog.c296 strm.zalloc = Z_NULL;
H A Dgun.c631 strm.zalloc = Z_NULL;
H A Dgzappend.c281 strm->zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzjoin.c299 strm.zalloc = Z_NULL;
H A Dgun.c639 strm.zalloc = Z_NULL;
H A Dgzappend.c281 strm->zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c220 struct sched_atom *event = zalloc(sizeof(*event));
288 wakee_event->wait_sem = zalloc(sizeof(*wakee_event->wait_sem));
318 task = zalloc(sizeof(*task));
928 struct work_atoms *atoms = zalloc(sizeof(*atoms));
960 struct work_atom *atom = zalloc(sizeof(*atom));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngread.c153 png_ptr->zstream.zalloc = png_zalloc;
315 png_ptr->zstream.zalloc = png_zalloc;
318 png_ptr->zstream.zalloc = png_zalloc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.c157 if (strm->zalloc == (alloc_func)0) {
158 strm->zalloc = zcalloc;
1334 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.c193 if (strm->zalloc == (alloc_func)0) {
197 strm->zalloc = zcalloc;
1433 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
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 Dgzread.c106 state->strm.zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dzmbvenc.c318 c->zstream.zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgun.c640 strm.zalloc = Z_NULL;
H A Dgzappend.c283 strm->zalloc = Z_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c631 strm.zalloc = Z_NULL;
H A Dgzappend.c281 strm->zalloc = Z_NULL;

Completed in 224 milliseconds

12345678