Searched refs:Z_DATA_ERROR (Results 1 - 25 of 114) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dinfcover.c325 assert(ret == Z_DATA_ERROR);
399 inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR);
400 inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR);
401 inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR);
403 inf("78 9c", "bad zlib window size", 0, 8, 0, Z_DATA_ERROR);
406 Z_DATA_ERROR);
409 inf("78 90", "bad zlib header check", 0, 47, 0, Z_DATA_ERROR);
432 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR);
440 ret = inflateUndermine(&strm, 1); assert(ret == Z_DATA_ERROR);
543 if (ret == Z_DATA_ERROR || re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dinfcover.c325 assert(ret == Z_DATA_ERROR);
399 inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR);
400 inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR);
401 inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR);
403 inf("78 9c", "bad zlib window size", 0, 8, 0, Z_DATA_ERROR);
406 Z_DATA_ERROR);
409 inf("78 90", "bad zlib header check", 0, 47, 0, Z_DATA_ERROR);
432 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR);
440 ret = inflateUndermine(&strm, 1); assert(ret == Z_DATA_ERROR);
543 if (ret == Z_DATA_ERROR || re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dzpipe.c88 allocated for processing, Z_DATA_ERROR if the deflate data is
129 ret = Z_DATA_ERROR; /* and fall through */
130 case Z_DATA_ERROR:
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
164 case Z_DATA_ERROR:
H A Dzran.c142 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
178 ret = Z_DATA_ERROR;
199 ret = Z_DATA_ERROR;
200 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
243 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
283 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR;
321 ret = Z_DATA_ERROR;
328 ret = Z_DATA_ERROR;
329 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
381 case Z_DATA_ERROR
[all...]
H A Dgun.c198 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
231 return Z_DATA_ERROR;
236 return Z_DATA_ERROR;
256 return Z_DATA_ERROR;
323 return Z_DATA_ERROR;
378 Z_DATA_ERROR if the header or the compressed data is invalid, or if the
408 ret = first ? Z_DATA_ERROR : Z_ERRNO;
424 ret = Z_DATA_ERROR;
437 ret = Z_DATA_ERROR;
490 ret = Z_DATA_ERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Duncompr.c22 buffer, or Z_DATA_ERROR if the input data was corrupted.
52 return Z_DATA_ERROR;
H A Dgzread.c201 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
202 gz_error(state, Z_DATA_ERROR,
311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
462 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Duncompr.c24 buffer, or Z_DATA_ERROR if the input data was corrupted.
54 return Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzpipe.c78 allocated for processing, Z_DATA_ERROR if the deflate data is
119 ret = Z_DATA_ERROR; /* and fall through */
120 case Z_DATA_ERROR:
137 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
154 case Z_DATA_ERROR:
H A Dzran.c137 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
173 ret = Z_DATA_ERROR;
194 ret = Z_DATA_ERROR;
195 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
238 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
278 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR;
316 ret = Z_DATA_ERROR;
323 ret = Z_DATA_ERROR;
324 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
376 case Z_DATA_ERROR
[all...]
H A Dgun.c194 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
226 return Z_DATA_ERROR;
231 return Z_DATA_ERROR;
251 return Z_DATA_ERROR;
318 return Z_DATA_ERROR;
369 Z_DATA_ERROR if the header or the compressed data is invalid, or if the
399 ret = first ? Z_DATA_ERROR : Z_ERRNO;
415 ret = Z_DATA_ERROR;
428 ret = Z_DATA_ERROR;
481 ret = Z_DATA_ERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Duncompr.c24 buffer, or Z_DATA_ERROR if the input data was corrupted.
54 return Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Duncompr.c24 buffer, or Z_DATA_ERROR if the input data was corrupted.
54 return Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dzpipe.c78 allocated for processing, Z_DATA_ERROR if the deflate data is
119 ret = Z_DATA_ERROR; /* and fall through */
120 case Z_DATA_ERROR:
137 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
154 case Z_DATA_ERROR:
H A Dzran.c137 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
173 ret = Z_DATA_ERROR;
194 ret = Z_DATA_ERROR;
195 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
238 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
278 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR;
316 ret = Z_DATA_ERROR;
323 ret = Z_DATA_ERROR;
324 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
376 case Z_DATA_ERROR
[all...]
H A Dgun.c194 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
226 return Z_DATA_ERROR;
231 return Z_DATA_ERROR;
251 return Z_DATA_ERROR;
318 return Z_DATA_ERROR;
369 Z_DATA_ERROR if the header or the compressed data is invalid, or if the
399 ret = first ? Z_DATA_ERROR : Z_ERRNO;
415 ret = Z_DATA_ERROR;
428 ret = Z_DATA_ERROR;
481 ret = Z_DATA_ERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dzpipe.c88 allocated for processing, Z_DATA_ERROR if the deflate data is
129 ret = Z_DATA_ERROR; /* and fall through */
130 case Z_DATA_ERROR:
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
164 case Z_DATA_ERROR:
H A Dzran.c137 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
173 ret = Z_DATA_ERROR;
194 ret = Z_DATA_ERROR;
195 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
238 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
278 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR;
316 ret = Z_DATA_ERROR;
323 ret = Z_DATA_ERROR;
324 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
376 case Z_DATA_ERROR
[all...]
H A Dgun.c197 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
230 return Z_DATA_ERROR;
235 return Z_DATA_ERROR;
255 return Z_DATA_ERROR;
322 return Z_DATA_ERROR;
377 Z_DATA_ERROR if the header or the compressed data is invalid, or if the
407 ret = first ? Z_DATA_ERROR : Z_ERRNO;
423 ret = Z_DATA_ERROR;
436 ret = Z_DATA_ERROR;
489 ret = Z_DATA_ERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Duncompr.c22 buffer, or Z_DATA_ERROR if the input data was corrupted.
52 return Z_DATA_ERROR;
H A Dgzread.c200 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
201 gz_error(state, Z_DATA_ERROR,
310 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
457 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtscc.c102 // Z_DATA_ERROR means empty picture
103 if ((zret != Z_OK) && (zret != Z_STREAM_END) && (zret != Z_DATA_ERROR)) {
109 if (zret != Z_DATA_ERROR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtscc.c89 // Z_DATA_ERROR means empty picture
90 if ((zret != Z_OK) && (zret != Z_STREAM_END) && (zret != Z_DATA_ERROR)) {
96 if (zret != Z_DATA_ERROR) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzlib.h153 #define Z_DATA_ERROR (-3) macro
297 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
418 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
425 continue decompressing. If Z_DATA_ERROR is returned, the application may then
590 Z_DATA_ERROR instead of trying to allocate a larger window.
607 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
634 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
646 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h222 #define Z_DATA_ERROR (-3) macro
400 block; if not, it returns Z_DATA_ERROR.
416 produced, Z_DATA_ERROR if the input data was corrupted, Z_STREAM_ERROR if
420 when Z_FINISH is used. In the Z_DATA_ERROR case, the application may then
546 the error code Z_DATA_ERROR instead of trying to allocate a larger window.
575 if no more input was provided, Z_DATA_ERROR if no marker has been found,

Completed in 286 milliseconds

12345