Home
last modified time | relevance | path

Searched refs:Z_NO_FLUSH (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c304 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset()
406 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { in zlib_deflate()
881 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; in deflate_stored()
932 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_fast()
1027 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_slow()
1117 Assert (flush != Z_NO_FLUSH, "no flush?"); in deflate_slow()
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c121 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
272 *result = flush == Z_NO_FLUSH ? need_more : block_done; in dfltcc_deflate()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dzlib.c53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h139 #define Z_NO_FLUSH 0 macro
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c380 s->last_flush = Z_NO_FLUSH;
815 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1483 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1533 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1630 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1723 Assert (flush != Z_NO_FLUSH, "no flush?");
1754 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) {
1816 if (flush == Z_NO_FLUSH)
/OK3568_Linux_fs/u-boot/lib/
H A Dgzip.c84 Z_NO_FLUSH : Z_FINISH; in zzip()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dzlib.c318 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress_bio()
411 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/
H A D0001-Fix-compile-errors-on-Linux-32bit-system.patch88 if ((ret = inflate(&strm, Z_NO_FLUSH)) != Z_STREAM_END) {
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h465 #define Z_NO_FLUSH 0 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h164 #define Z_NO_FLUSH 0 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h164 #define Z_NO_FLUSH 0 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h164 #define Z_NO_FLUSH 0 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h164 #define Z_NO_FLUSH 0 macro
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhashswf.c338 inflate(i->zs, Z_NO_FLUSH); in swfcrunch()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c621 zerr = inflate(&zstream, Z_NO_FLUSH); in processDeflatedEntry()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c620 zerr = inflate(&zstream, Z_NO_FLUSH); in processDeflatedEntry()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_flat.c287 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { in decompress_exec()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.c312 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) in compress_page()