Searched refs:zalloc (Results 26 - 37 of 37) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/library/include/
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 */
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, zfre
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/
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 */
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, zfre
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.c229 if (strm->zalloc == Z_NULL) {
230 strm->zalloc = zcalloc;
338 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
H A Dgzio.c91 s->stream.zalloc = (alloc_func)0;
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c252 (*((strm)->zalloc))((strm)->opaque, (items), (size))
762 if (strm->zalloc == Z_NULL) {
763 strm->zalloc = zcalloc;
871 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
3135 if (z->zalloc == Z_NULL)
3137 z->zalloc = zcalloc;
3464 z_streamp )); /* for zalloc, zfree functions */
3474 z_streamp )); /* for zalloc, zfree functions */
4123 z_streamp )); /* for zalloc function */
4196 z_streamp zs; /* for zalloc functio
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.c252 (*((strm)->zalloc))((strm)->opaque, (items), (size))
762 if (strm->zalloc == Z_NULL) {
763 strm->zalloc = zcalloc;
871 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
3135 if (z->zalloc == Z_NULL)
3137 z->zalloc = zcalloc;
3464 z_streamp )); /* for zalloc, zfree functions */
3474 z_streamp )); /* for zalloc, zfree functions */
4126 z_streamp )); /* for zalloc function */
4199 z_streamp zs; /* for zalloc functio
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.c252 (*((strm)->zalloc))((strm)->opaque, (items), (size))
762 if (strm->zalloc == Z_NULL) {
763 strm->zalloc = zcalloc;
871 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
3135 if (z->zalloc == Z_NULL)
3137 z->zalloc = zcalloc;
3464 z_streamp )); /* for zalloc, zfree functions */
3474 z_streamp )); /* for zalloc, zfree functions */
4126 z_streamp )); /* for zalloc function */
4199 z_streamp zs; /* for zalloc functio
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/lib/
H A Dzlib.c117 (*((strm)->zalloc))((strm)->opaque, (items), (size))
212 z_stream *)); /* for zalloc, zfree functions */
222 z_stream *)); /* for zalloc, zfree functions */
344 /* if (z->zalloc == Z_NULL) z->zalloc = zcalloc; */
1163 z_stream *)); /* for zalloc function */
1241 z_stream *zs; /* for zalloc function */
1558 z.zalloc = falloc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dzlib.c137 (*((strm)->zalloc))((strm)->opaque, (items), (size))
232 z_stream *)); /* for zalloc, zfree functions */
242 z_stream *)); /* for zalloc, zfree functions */
364 /* if (z->zalloc == Z_NULL) z->zalloc = zcalloc; */
1176 z_stream *)); /* for zalloc function */
1254 z_stream *zs; /* for zalloc function */
1571 z.zalloc = falloc;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dzlib.c127 (*((strm)->zalloc))((strm)->opaque, (items), (size))
605 /* if (strm->zalloc == Z_NULL) strm->zalloc = zcalloc; */
670 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
2677 z_stream *)); /* for zalloc, zfree functions */
2687 z_stream *)); /* for zalloc, zfree functions */
2809 /* if (z->zalloc == Z_NULL) z->zalloc = zcalloc; */
3621 z_stream *)); /* for zalloc function */
3699 z_stream *zs; /* for zalloc functio
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dzlib.c127 (*((strm)->zalloc))((strm)->opaque, (items), (size))
605 /* if (strm->zalloc == Z_NULL) strm->zalloc = zcalloc; */
670 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
2677 z_stream *)); /* for zalloc, zfree functions */
2687 z_stream *)); /* for zalloc, zfree functions */
2809 /* if (z->zalloc == Z_NULL) z->zalloc = zcalloc; */
3621 z_stream *)); /* for zalloc function */
3699 z_stream *zs; /* for zalloc functio
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dzlib.c127 (*((strm)->zalloc))((strm)->opaque, (items), (size))
605 /* if (strm->zalloc == Z_NULL) strm->zalloc = zcalloc; */
670 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
2677 z_stream *)); /* for zalloc, zfree functions */
2687 z_stream *)); /* for zalloc, zfree functions */
2809 /* if (z->zalloc == Z_NULL) z->zalloc = zcalloc; */
3621 z_stream *)); /* for zalloc function */
3699 z_stream *zs; /* for zalloc functio
[all...]

Completed in 293 milliseconds

12