Searched refs:Z_NULL (Results 1 - 25 of 50) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c78 * - Check next_in and next_out for Z_NULL on entry to inflate()
108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
111 strm->msg = Z_NULL;
117 state->head = Z_NULL;
135 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
152 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
155 if (strm == Z_NULL) return Z_STREAM_ERROR;
156 strm->msg = Z_NULL; /* i
[all...]
H A Ddeflate.c236 if (version == Z_NULL || version[0] != my_version[0] ||
240 if (strm == Z_NULL) return Z_STREAM_ERROR;
242 strm->msg = Z_NULL;
272 if (s == Z_NULL) return Z_MEM_ERROR;
277 s->gzhead = Z_NULL;
297 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
298 s->pending_buf == Z_NULL) {
325 if (strm == Z_NULL || str
[all...]
H A Dgzio.c106 if (!path || !mode) return Z_NULL;
109 if (!s) return Z_NULL;
114 s->stream.next_in = s->inbuf = Z_NULL;
115 s->stream.next_out = s->outbuf = Z_NULL;
123 s->crc = crc32(0L, Z_NULL, 0);
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
161 if (err != Z_OK || s->outbuf == Z_NULL) {
162 return destroy(s), (gzFile)Z_NULL;
174 if (err != Z_OK || s->inbuf == Z_NULL) {
[all...]
H A Dinfback.c23 Z_NULL to use the library memory allocation functions.
37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
40 if (strm == Z_NULL || window == Z_NULL ||
43 strm->msg = Z_NULL; /* in case we return an error */
51 if (state == Z_NULL) return Z_MEM_ERROR;
154 next = Z_NULL; \
234 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
239 are not correct, i.e. strm is Z_NULL or the state was not initialized.
264 if (strm == Z_NULL || str
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.c78 * - Check next_in and next_out for Z_NULL on entry to inflate()
108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
111 strm->msg = Z_NULL;
117 state->head = Z_NULL;
135 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
152 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
155 if (strm == Z_NULL) return Z_STREAM_ERROR;
156 strm->msg = Z_NULL; /* i
[all...]
H A Ddeflate.c236 if (version == Z_NULL || version[0] != my_version[0] ||
240 if (strm == Z_NULL) return Z_STREAM_ERROR;
242 strm->msg = Z_NULL;
272 if (s == Z_NULL) return Z_MEM_ERROR;
277 s->gzhead = Z_NULL;
297 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
298 s->pending_buf == Z_NULL) {
325 if (strm == Z_NULL || str
[all...]
H A Dgzio.c106 if (!path || !mode) return Z_NULL;
109 if (!s) return Z_NULL;
114 s->stream.next_in = s->inbuf = Z_NULL;
115 s->stream.next_out = s->outbuf = Z_NULL;
123 s->crc = crc32(0L, Z_NULL, 0);
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
161 if (err != Z_OK || s->outbuf == Z_NULL) {
162 return destroy(s), (gzFile)Z_NULL;
174 if (err != Z_OK || s->inbuf == Z_NULL) {
[all...]
H A Dinfback.c23 Z_NULL to use the library memory allocation functions.
37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
40 if (strm == Z_NULL || window == Z_NULL ||
43 strm->msg = Z_NULL; /* in case we return an error */
51 if (state == Z_NULL) return Z_MEM_ERROR;
154 next = Z_NULL; \
234 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
239 are not correct, i.e. strm is Z_NULL or the state was not initialized.
264 if (strm == Z_NULL || str
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dfitblk.c148 def.zalloc = Z_NULL;
149 def.zfree = Z_NULL;
150 def.opaque = Z_NULL;
180 inf.zalloc = Z_NULL;
181 inf.zfree = Z_NULL;
182 inf.opaque = Z_NULL;
184 inf.next_in = Z_NULL;
H A Dzpipe.c35 strm.zalloc = Z_NULL;
36 strm.zfree = Z_NULL;
37 strm.opaque = Z_NULL;
91 strm.zalloc = Z_NULL;
92 strm.zfree = Z_NULL;
93 strm.opaque = Z_NULL;
95 strm.next_in = Z_NULL;
H A Dzran.c150 strm.zalloc = Z_NULL;
151 strm.zfree = Z_NULL;
152 strm.opaque = Z_NULL;
154 strm.next_in = Z_NULL;
264 strm.zalloc = Z_NULL;
265 strm.zfree = Z_NULL;
266 strm.opaque = Z_NULL;
268 strm.next_in = Z_NULL;
H A Dgun.c194 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
390 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
460 outd.crc = crc32(0L, Z_NULL, 0);
470 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
599 if (strm->next_in != Z_NULL) {
631 strm.zalloc = Z_NULL;
632 strm.zfree = Z_NULL;
633 strm.opaque = Z_NULL;
H A Dgzjoin.c267 *crc = crc32(0L, Z_NULL, 0);
299 strm.zalloc = Z_NULL;
300 strm.zfree = Z_NULL;
301 strm.opaque = Z_NULL;
303 strm.next_in = Z_NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dfitblk.c148 def.zalloc = Z_NULL;
149 def.zfree = Z_NULL;
150 def.opaque = Z_NULL;
180 inf.zalloc = Z_NULL;
181 inf.zfree = Z_NULL;
182 inf.opaque = Z_NULL;
184 inf.next_in = Z_NULL;
H A Dzpipe.c35 strm.zalloc = Z_NULL;
36 strm.zfree = Z_NULL;
37 strm.opaque = Z_NULL;
91 strm.zalloc = Z_NULL;
92 strm.zfree = Z_NULL;
93 strm.opaque = Z_NULL;
95 strm.next_in = Z_NULL;
H A Dzran.c150 strm.zalloc = Z_NULL;
151 strm.zfree = Z_NULL;
152 strm.opaque = Z_NULL;
154 strm.next_in = Z_NULL;
264 strm.zalloc = Z_NULL;
265 strm.zfree = Z_NULL;
266 strm.opaque = Z_NULL;
268 strm.next_in = Z_NULL;
H A Dgun.c194 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
390 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
460 outd.crc = crc32(0L, Z_NULL, 0);
470 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
599 if (strm->next_in != Z_NULL) {
631 strm.zalloc = Z_NULL;
632 strm.zfree = Z_NULL;
633 strm.opaque = Z_NULL;
H A Dgzjoin.c267 *crc = crc32(0L, Z_NULL, 0);
299 strm.zalloc = Z_NULL;
300 strm.zfree = Z_NULL;
301 strm.opaque = Z_NULL;
303 strm.next_in = Z_NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c15 Z_NULL to use the library memory allocation functions.
27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
30 if (strm == Z_NULL || window == Z_NULL)
32 strm->msg = Z_NULL; /* in case we return an error */
40 if (state == Z_NULL) return Z_MEM_ERROR;
130 next = Z_NULL; \
210 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
215 are not correct, i.e. strm is Z_NULL or the state was not initialized.
254 if (strm == Z_NULL || str
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c15 Z_NULL to use the library memory allocation functions.
27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
30 if (strm == Z_NULL || window == Z_NULL)
32 strm->msg = Z_NULL; /* in case we return an error */
40 if (state == Z_NULL) return Z_MEM_ERROR;
130 next = Z_NULL; \
210 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
215 are not correct, i.e. strm is Z_NULL or the state was not initialized.
254 if (strm == Z_NULL || str
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtscc.c170 c->zstream.zalloc = Z_NULL;
171 c->zstream.zfree = Z_NULL;
172 c->zstream.opaque = Z_NULL;
H A Dlclenc.c184 c->zstream.zalloc = Z_NULL;
185 c->zstream.zfree = Z_NULL;
186 c->zstream.opaque = Z_NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dc_zlib.c156 state->istream.opaque = Z_NULL;
157 state->istream.next_in = Z_NULL;
158 state->istream.next_out = Z_NULL;
168 state->ostream.opaque = Z_NULL;
169 state->ostream.next_in = Z_NULL;
170 state->ostream.next_out = Z_NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c754 if (version == Z_NULL || version[0] != my_version[0] ||
758 if (strm == Z_NULL) return Z_STREAM_ERROR;
760 strm->msg = Z_NULL;
762 if (strm->zalloc == Z_NULL) {
766 if (strm->zfree == Z_NULL) strm->zfree = zcfree;
781 if (s == Z_NULL) return Z_MEM_ERROR;
805 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
806 s->pending_buf == Z_NULL) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c602 if (strm == Z_NULL) return Z_STREAM_ERROR;
604 strm->msg = Z_NULL;
605 /* if (strm->zalloc == Z_NULL) strm->zalloc = zcalloc; */
606 /* if (strm->zfree == Z_NULL) strm->zfree = zcfree; */
619 if (s == Z_NULL) return Z_MEM_ERROR;
641 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
642 s->pending_buf == Z_NULL) {
669 if (strm == Z_NULL || str
[all...]

Completed in 288 milliseconds

12