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

12

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Duncompr.c43 stream.zalloc = (alloc_func)0;
H A Dcompress.c41 stream.zalloc = (alloc_func)0;
H A Dmaketree.c59 z.zalloc = zcalloc;
H A Dexample.c172 c_stream.zalloc = (alloc_func)0;
211 d_stream.zalloc = (alloc_func)0;
250 c_stream.zalloc = (alloc_func)0;
307 d_stream.zalloc = (alloc_func)0;
347 c_stream.zalloc = (alloc_func)0;
386 d_stream.zalloc = (alloc_func)0;
428 c_stream.zalloc = (alloc_func)0;
467 d_stream.zalloc = (alloc_func)0;
H A Dzutil.h216 (*((strm)->zalloc))((strm)->opaque, (items), (size))
H A Dinflate.c95 if (z->zalloc == Z_NULL)
97 z->zalloc = zcalloc;
H A Dzlib.h80 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
82 voidpf opaque; /* private data object passed to zalloc and zfree */
94 has dropped to zero. The application must initialize zalloc, zfree and
99 parameter for calls of zalloc and zfree. This can be useful for custom
103 zalloc must return Z_NULL if there is not enough memory for the object.
104 If zlib is used in a multi-threaded application, zalloc and zfree must be
107 On 16-bit systems, the functions zalloc and zfree must be able to allocate
110 pointers returned by zalloc for objects of exactly 65536 bytes *must*
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
182 zalloc, zfre
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/common/
H A Dofcommon.c35 static void *zalloc(void *x, unsigned items, unsigned size) function
112 s.zalloc = zalloc;
H A Dmisc-common.c216 void *zalloc(void *x, unsigned items, unsigned size) function
269 s.zalloc = zalloc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dzlib.h179 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
181 voidp opaque; /* private data object passed to zalloc and zfree */
190 has dropped to zero. The application must initialize zalloc, zfree and
195 parameter for calls of zalloc and zfree. This can be useful for custom
199 zalloc must return Z_NULL if there is not enough memory for the object.
200 On 16-bit systems, the functions zalloc and zfree must be able to allocate
203 pointers returned by zalloc for objects of exactly 65536 bytes *must*
249 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
262 zalloc and zfree must be initialized before by the caller. If zalloc an
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dzlib.h178 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
180 voidp opaque; /* private data object passed to zalloc and zfree */
189 has dropped to zero. The application must initialize zalloc, zfree and
194 parameter for calls of zalloc and zfree. This can be useful for custom
198 zalloc must return Z_NULL if there is not enough memory for the object.
199 On 16-bit systems, the functions zalloc and zfree must be able to allocate
202 pointers returned by zalloc for objects of exactly 65536 bytes *must*
248 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
261 zalloc and zfree must be initialized before by the caller. If zalloc an
[all...]
H A DzImage.c255 void *zalloc(void *x, unsigned items, unsigned size) function
332 s.zalloc = zalloc;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dzlib.h171 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
173 voidp opaque; /* private data object passed to zalloc and zfree */
182 has dropped to zero. The application must initialize zalloc, zfree and
187 parameter for calls of zalloc and zfree. This can be useful for custom
191 zalloc must return Z_NULL if there is not enough memory for the object.
192 On 16-bit systems, the functions zalloc and zfree must be able to allocate
195 pointers returned by zalloc for objects of exactly 65536 bytes *must*
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
254 zalloc, zfree and opaque must be initialized before by the caller.
255 If zalloc an
[all...]
H A Ddeflate.c148 state->strm.zalloc = (alloc_func) z_alloc;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dzlib.h171 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
173 voidp opaque; /* private data object passed to zalloc and zfree */
182 has dropped to zero. The application must initialize zalloc, zfree and
187 parameter for calls of zalloc and zfree. This can be useful for custom
191 zalloc must return Z_NULL if there is not enough memory for the object.
192 On 16-bit systems, the functions zalloc and zfree must be able to allocate
195 pointers returned by zalloc for objects of exactly 65536 bytes *must*
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
254 zalloc, zfree and opaque must be initialized before by the caller.
255 If zalloc an
[all...]
H A Ddeflate.c158 state->strm.zalloc = (alloc_func) z_alloc;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dzlib.h171 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
173 voidp opaque; /* private data object passed to zalloc and zfree */
182 has dropped to zero. The application must initialize zalloc, zfree and
187 parameter for calls of zalloc and zfree. This can be useful for custom
191 zalloc must return Z_NULL if there is not enough memory for the object.
192 On 16-bit systems, the functions zalloc and zfree must be able to allocate
195 pointers returned by zalloc for objects of exactly 65536 bytes *must*
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
254 zalloc, zfree and opaque must be initialized before by the caller.
255 If zalloc an
[all...]
H A Ddeflate.c156 state->strm.zalloc = (alloc_func) z_alloc;
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Ddeflate.c223 state->strm.zalloc = (alloc_func) z_alloc_init;
231 state->strm.zalloc = (alloc_func) z_alloc;
477 state->strm.zalloc = (alloc_func) z_alloc_init;
484 state->strm.zalloc = (alloc_func) z_alloc;
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Ddeflate.c231 state->strm.zalloc = (alloc_func) z_alloc_init;
239 state->strm.zalloc = (alloc_func) z_alloc;
485 state->strm.zalloc = (alloc_func) z_alloc_init;
492 state->strm.zalloc = (alloc_func) z_alloc;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Ddeflate.c231 state->strm.zalloc = (alloc_func) z_alloc_init;
239 state->strm.zalloc = (alloc_func) z_alloc;
485 state->strm.zalloc = (alloc_func) z_alloc_init;
492 state->strm.zalloc = (alloc_func) z_alloc;
/asus-wl-520gu-7.0.1.45/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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_zlibfs.c289 file->zlibfs_stream.zalloc = (alloc_func)0;

Completed in 195 milliseconds

12