Lines Matching refs:Z_OK
216 return Z_OK; in ZWRAP_initializeCStream()
246 return Z_OK; in ZWRAP_setPledgedSrcSize()
277 return Z_OK; in z_deflateInit_()
309 return Z_OK; in ZWRAP_deflateReset_keepDict()
324 return Z_OK; in z_deflateReset()
345 if (res != Z_OK) return ZWRAPC_finishWithError(zwc, strm, res); } in z_deflateSetDictionary()
349 return Z_OK; in z_deflateSetDictionary()
370 if (initErr != Z_OK) return ZWRAPC_finishWithError(zwc, strm, initErr); } in z_deflate()
383 if (res != Z_OK) return ZWRAPC_finishWithError(zwc, strm, res); in z_deflate()
449 return Z_OK; in z_deflate()
462 if (zwc == NULL) return Z_OK; /* structures are already freed */ in z_deflateEnd()
467 return Z_OK; in z_deflateEnd()
490 return Z_OK; in z_deflateParams()
607 return Z_OK; in z_inflateInit_()
620 if (ret == Z_OK) { in z_inflateInit2_()
644 return Z_OK; in ZWRAP_inflateReset_keepDict()
655 if (ret != Z_OK) return ret; } in z_inflateReset()
661 return Z_OK; in z_inflateReset()
673 if (ret == Z_OK) { in z_inflateReset2()
714 return Z_OK; in z_inflateSetDictionary()
729 if (strm->avail_in <= 0) return Z_OK; in z_inflate()
745 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr); in z_inflate()
766 if (zwd->totalInBytes < ZLIB_HEADERSIZE) return Z_OK; in z_inflate()
779 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr); in z_inflate()
789 if (dErr != Z_OK) in z_inflate()
842 if (zwd->totalInBytes < ZSTD_HEADERSIZE) return Z_OK; in z_inflate()
906 …flush, (int)strm->avail_in, (int)strm->avail_out, (int)strm->total_in, (int)strm->total_out, Z_OK); in z_inflate()
907 return Z_OK; in z_inflate()
922 if (zwd == NULL) return Z_OK; /* structures are already freed */ in z_inflateEnd()
927 return Z_OK; in z_inflateEnd()
1099 return Z_OK; in z_compress()
1115 return Z_OK; in z_compress2()
1139 return Z_OK; in z_uncompress()