Searched refs:Z_DATA_ERROR (Results 26 - 50 of 114) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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,
H A Dzlib.c2909 if (r == Z_DATA_ERROR)
2953 return Z_DATA_ERROR;
2963 return Z_DATA_ERROR;
2979 return Z_DATA_ERROR;
3025 return Z_DATA_ERROR;
3320 r = Z_DATA_ERROR;
3330 r = Z_DATA_ERROR;
3363 r = Z_DATA_ERROR;
3395 if (r == Z_DATA_ERROR)
3434 r = Z_DATA_ERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dgzio.c282 to Z_DATA_ERROR if the magic header is present but the rest of the header
326 s->z_err = Z_DATA_ERROR;
348 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
405 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
474 s->z_err = Z_DATA_ERROR;
493 (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO))
775 s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) {
944 if (c == EOF) s->z_err = Z_DATA_ERROR;
H A Dzlib.h175 #define Z_DATA_ERROR (-3) macro
335 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
456 continue decompressing. If Z_DATA_ERROR is returned, the application may then
708 Z_DATA_ERROR instead of trying to allocate a larger window.
725 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
752 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
765 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
938 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1062 buffer, or Z_DATA_ERROR i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dgzio.c282 to Z_DATA_ERROR if the magic header is present but the rest of the header
326 s->z_err = Z_DATA_ERROR;
348 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
405 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
474 s->z_err = Z_DATA_ERROR;
493 (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO))
775 s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) {
944 if (c == EOF) s->z_err = Z_DATA_ERROR;
H A Dzlib.h175 #define Z_DATA_ERROR (-3) macro
335 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
456 continue decompressing. If Z_DATA_ERROR is returned, the application may then
708 Z_DATA_ERROR instead of trying to allocate a larger window.
725 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
752 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
765 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
938 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1062 buffer, or Z_DATA_ERROR i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dgzio.c282 to Z_DATA_ERROR if the magic header is present but the rest of the header
326 s->z_err = Z_DATA_ERROR;
348 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
405 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
474 s->z_err = Z_DATA_ERROR;
493 (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO))
775 s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) {
944 if (c == EOF) s->z_err = Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2909 if (r == Z_DATA_ERROR)
2953 return Z_DATA_ERROR;
2963 return Z_DATA_ERROR;
2979 return Z_DATA_ERROR;
3025 return Z_DATA_ERROR;
3320 r = Z_DATA_ERROR;
3330 r = Z_DATA_ERROR;
3363 r = Z_DATA_ERROR;
3395 if (r == Z_DATA_ERROR)
3434 r = Z_DATA_ERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dfitblk.c107 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
H A Dgzjoin.c333 case Z_DATA_ERROR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dfitblk.c107 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
H A Dgzjoin.c332 case Z_DATA_ERROR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dfitblk.c107 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dfitblk.c107 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1133 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK;
3264 if (r == Z_DATA_ERROR)
3308 return Z_DATA_ERROR;
3319 return Z_DATA_ERROR;
3333 if (adler32(1L, dictionary, dictLength) != z->adler) return Z_DATA_ERROR;
3359 return Z_DATA_ERROR;
3405 return Z_DATA_ERROR;
3791 r = Z_DATA_ERROR;
3801 r = Z_DATA_ERROR;
3834 r = Z_DATA_ERROR;
[all...]
H A Dzlib.h342 #define Z_DATA_ERROR (-3) macro
488 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
541 block; if not, it returns Z_DATA_ERROR.
558 inflateSetDictionary below), Z_DATA_ERROR if the input data was corrupted,
562 the output buffer when Z_FINISH is used. In the Z_DATA_ERROR case, the
746 the error code Z_DATA_ERROR instead of trying to allocate a larger window.
781 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
794 if no more input was provided, Z_DATA_ERROR if no marker has been found,
861 buffer, or Z_DATA_ERROR if the input data was corrupted.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c1133 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK;
3264 if (r == Z_DATA_ERROR)
3308 return Z_DATA_ERROR;
3319 return Z_DATA_ERROR;
3333 if (adler32(1L, dictionary, dictLength) != z->adler) return Z_DATA_ERROR;
3359 return Z_DATA_ERROR;
3405 return Z_DATA_ERROR;
3791 r = Z_DATA_ERROR;
3801 r = Z_DATA_ERROR;
3834 r = Z_DATA_ERROR;
[all...]
H A Dzlib.h342 #define Z_DATA_ERROR (-3) macro
488 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
541 block; if not, it returns Z_DATA_ERROR.
558 inflateSetDictionary below), Z_DATA_ERROR if the input data was corrupted,
562 the output buffer when Z_FINISH is used. In the Z_DATA_ERROR case, the
746 the error code Z_DATA_ERROR instead of trying to allocate a larger window.
781 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
794 if no more input was provided, Z_DATA_ERROR if no marker has been found,
861 buffer, or Z_DATA_ERROR if the input data was corrupted.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.c158 return Z_DATA_ERROR;
702 ret = Z_DATA_ERROR;
768 return Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dminigzip.c280 if (ret == Z_DATA_ERROR) {
281 gz->err = Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c463 if (err == Z_DATA_ERROR || err == Z_STREAM_ERROR) {
528 if (err == Z_DATA_ERROR || err == Z_STREAM_ERROR) {
624 if (err == Z_DATA_ERROR) {
664 if (err == Z_DATA_ERROR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c284 if (ret == Z_DATA_ERROR) {
285 gz->err = Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.c1215 ret = Z_DATA_ERROR;
1311 return Z_DATA_ERROR;
1412 if (state->have != 4) return Z_DATA_ERROR;
1498 return Z_DATA_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_zip.c132 if (state == Z_DATA_ERROR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcontent_encoding.c145 else if(allow_restart && status == Z_DATA_ERROR) {

Completed in 319 milliseconds

12345