HomeSort by relevance Sort by last modified time
    Searched refs:Z_OK (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/zlib/src/test/
infcover.c 297 if (ret != Z_OK) {
309 ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK);
321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT)
332 assert(ret == Z_OK);
335 ret = inflateCopy(&copy, &strm); assert(ret == Z_OK);
336 ret = inflateEnd(&copy); assert(ret == Z_OK);
344 ret = inflateReset2(&strm, -8); assert(ret == Z_OK);
345 ret = inflateEnd(&strm); assert(ret == Z_OK);
358 ret = inflateInit(&strm); assert(ret == Z_OK);
360 ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK);
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/test/
infcover.c 297 if (ret != Z_OK) {
309 ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK);
321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT)
332 assert(ret == Z_OK);
335 ret = inflateCopy(&copy, &strm); assert(ret == Z_OK);
336 ret = inflateEnd(&copy); assert(ret == Z_OK);
344 ret = inflateReset2(&strm, -8); assert(ret == Z_OK);
345 ret = inflateEnd(&strm); assert(ret == Z_OK);
358 ret = inflateInit(&strm); assert(ret == Z_OK);
360 ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK);
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) {
89 if ((zerror_ == Z_OK) && (zcontext_.avail_out == 0)) {
105 if (error != Z_OK) {
125 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END)
139 if (zerror_ != Z_OK) {
143 if (zerror_ != Z_OK) {
157 ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END)
249 int error = Z_OK;
263 } while (error == Z_OK && zcontext_.avail_out == 0);
276 if ((zerror_ != Z_OK) && (zerror_ != Z_BUF_ERROR))
    [all...]
  /external/zlib/src/examples/
zpipe.c 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
49 if (ret != Z_OK)
83 return Z_OK;
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
107 if (ret != Z_OK)
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
187 if (ret != Z_OK)
195 if (ret != Z_OK)
  /toolchain/binutils/binutils-2.27/zlib/examples/
zpipe.c 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
49 if (ret != Z_OK)
83 return Z_OK;
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
107 if (ret != Z_OK)
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
187 if (ret != Z_OK)
195 if (ret != Z_OK)
  /external/python/cpython3/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
42 if (err != Z_OK) return err;
59 } while (err == Z_OK);
63 return err == Z_STREAM_END ? Z_OK : err;
uncompr.c 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough
56 if (err != Z_OK) return err;
71 } while (err == Z_OK);
80 return err == Z_STREAM_END ? Z_OK :
  /external/zlib/src/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
42 if (err != Z_OK) return err;
59 } while (err == Z_OK);
63 return err == Z_STREAM_END ? Z_OK : err;
uncompr.c 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough
56 if (err != Z_OK) return err;
71 } while (err == Z_OK);
80 return err == Z_STREAM_END ? Z_OK :
  /external/libvncserver/libvncclient/
zlib.c 79 if ( inflateResult != Z_OK ) {
91 inflateResult = Z_OK;
97 ( inflateResult == Z_OK )) {
142 if ( inflateResult == Z_OK ) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
uncompr.c 20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
46 if (err != Z_OK) return err;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
uncompr.c 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
48 if (err != Z_OK) return err;
  /external/python/cpython2/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
uncompr.c 20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
46 if (err != Z_OK) return err;
  /external/syslinux/com32/lib/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
uncompr.c 20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
46 if (err != Z_OK) return err;
  /toolchain/binutils/binutils-2.27/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
uncompr.c 20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
46 if (err != Z_OK) return err;
  /external/skia/tests/
PDFDeflateWStreamTest.cpp 48 if (rc != Z_OK) {
63 rc = Z_OK;
73 if (rc != Z_OK)
86 while (rc == Z_OK) {
  /external/skqp/tests/
PDFDeflateWStreamTest.cpp 48 if (rc != Z_OK) {
63 rc = Z_OK;
73 if (rc != Z_OK)
86 while (rc == Z_OK) {
  /external/freetype/src/gzip/
infutil.c 38 if (n && r == Z_BUF_ERROR) r = Z_OK;
64 if (n && r == Z_BUF_ERROR) r = Z_OK;
  /external/syslinux/com32/libupload/
zout.c 60 int rv = Z_OK;
80 int rv = Z_OK;
  /external/libevent/test/
regress_zlib.c 98 assert(deflateEnd(p) == Z_OK);
107 assert(inflateEnd(p) == Z_OK);
174 assert(res == Z_OK || res == Z_STREAM_END);
228 assert(res == Z_OK || res == Z_STREAM_END);
301 tt_int_op(r, ==, Z_OK);
304 tt_int_op(r, ==, Z_OK);

Completed in 1382 milliseconds

1 2 3 4 5 6 7 8 9