HomeSort by relevance Sort by last modified time
    Searched refs:Z_DATA_ERROR (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
zlib.h 53 #define Z_DATA_ERROR (-3)
  /external/zlib/src/examples/
zran.c 142 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...]
gun.c 198 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...]
fitblk.c 107 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
gzjoin.c 333 case Z_DATA_ERROR:
  /external/chromium_org/third_party/zlib/
gzread.c 162 gz_error(state, Z_DATA_ERROR, "unknown compression method");
167 gz_error(state, Z_DATA_ERROR, "unknown header flags set");
248 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
263 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
264 gz_error(state, Z_DATA_ERROR,
278 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
282 gz_error(state, Z_DATA_ERROR, "incorrect data check");
286 gz_error(state, Z_DATA_ERROR, "incorrect length check");
inflate.c     [all...]
  /external/kernel-headers/original/linux/
zlib.h 153 #define Z_DATA_ERROR (-3)
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
601 Z_DATA_ERROR instead of trying to allocate a larger window.
618 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
645 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
660 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
    [all...]
  /external/llvm/lib/Support/
Compression.cpp 44 case Z_DATA_ERROR: return zlib::StatusInvalidData;
  /system/extras/tests/bionic/libc/other/
test_zlib.c 129 ret = Z_DATA_ERROR; /* and fall through */
130 case Z_DATA_ERROR:
142 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
  /external/zlib/src/
gzread.c 201 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");
inflate.c     [all...]
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 282 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;
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /external/zlib/src/test/
minigzip.c 284 if (ret == Z_DATA_ERROR) {
285 gz->err = Z_DATA_ERROR;
  /development/ndk/platforms/android-3/include/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /external/open-vcdiff/src/zlib/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
zlib.h 175 #define Z_DATA_ERROR (-3)
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
    [all...]

Completed in 1773 milliseconds

1 23 4 5 6