| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 78 flush = Z_NO_FLUSH; in partcompress() 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress() 101 flush = Z_NO_FLUSH; in recompress() 106 ret = inflate(inf, Z_NO_FLUSH); in recompress()
|
| H A D | example_original.c | 237 err = deflate(&c_stream, Z_NO_FLUSH); 277 err = inflate(&d_stream, Z_NO_FLUSH); 318 err = deflate(&c_stream, Z_NO_FLUSH); 329 err = deflate(&c_stream, Z_NO_FLUSH); 336 err = deflate(&c_stream, Z_NO_FLUSH); 373 err = inflate(&d_stream, Z_NO_FLUSH); 452 inflate(&d_stream, Z_NO_FLUSH); 534 err = inflate(&d_stream, Z_NO_FLUSH);
|
| H A D | example.c | 245 err = deflate(&c_stream, Z_NO_FLUSH); 285 err = inflate(&d_stream, Z_NO_FLUSH); 326 err = deflate(&c_stream, Z_NO_FLUSH); 337 err = deflate(&c_stream, Z_NO_FLUSH); 344 err = deflate(&c_stream, Z_NO_FLUSH); 381 err = inflate(&d_stream, Z_NO_FLUSH); 460 inflate(&d_stream, Z_NO_FLUSH); 542 err = inflate(&d_stream, Z_NO_FLUSH);
|
| H A D | fitblk.c | 108 flush = Z_NO_FLUSH; in recompress() 115 ret = inflate(inf, Z_NO_FLUSH); in recompress()
|
| H A D | minigzip.c | 257 (void)deflate(strm, Z_NO_FLUSH); 288 ret = inflate(strm, Z_NO_FLUSH);
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 220 err = deflate(&c_stream, Z_NO_FLUSH); 260 err = inflate(&d_stream, Z_NO_FLUSH); 301 err = deflate(&c_stream, Z_NO_FLUSH); 312 err = deflate(&c_stream, Z_NO_FLUSH); 319 err = deflate(&c_stream, Z_NO_FLUSH); 356 err = inflate(&d_stream, Z_NO_FLUSH); 435 err = inflate(&d_stream, Z_NO_FLUSH); 517 err = inflate(&d_stream, Z_NO_FLUSH);
|
| H A D | infcover.c | 320 ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err); in inf() 333 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_BUF_ERROR); in inf() 422 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 423 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 433 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR); in cover_wrap()
|
| H A D | minigzip.c | 252 (void)deflate(strm, Z_NO_FLUSH); 283 ret = inflate(strm, Z_NO_FLUSH);
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzwrite.c | 108 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 157 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 172 if (gz_comp(state, Z_NO_FLUSH) == -1) 221 if (len && gz_comp(state, Z_NO_FLUSH) == -1) 227 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 238 if (gz_comp(state, Z_NO_FLUSH) == -1) 445 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 544 if (gz_comp(state, Z_NO_FLUSH) == -1)
|
| H A D | compress.c | 58 err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
|
| H A D | uncompr.c | 70 err = inflate(&stream, Z_NO_FLUSH);
|
| H A D | deflate.c | 1000 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { 1687 flush == Z_NO_FLUSH || 1773 if (flush != Z_NO_FLUSH && flush != Z_FINISH && 1808 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH && 1844 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1947 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 2040 Assert (flush != Z_NO_FLUSH, "no flush?"); 2077 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) { 2146 if (flush == Z_NO_FLUSH)
|
| H A D | gzread.c | 197 ret = inflate(strm, Z_NO_FLUSH);
|
| H A D | zlib.h | 168 #define Z_NO_FLUSH 0 macro
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 110 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 159 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 174 if (gz_comp(state, Z_NO_FLUSH) == -1) 223 if (len && gz_comp(state, Z_NO_FLUSH) == -1) 229 if (state.state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 240 if (gz_comp(state, Z_NO_FLUSH) == -1) 448 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 547 if (gz_comp(state, Z_NO_FLUSH) == -1)
|
| H A D | gzread.c | 206 ret = inflate(strm, Z_NO_FLUSH);
|
| H A D | zstd_zlibwrapper.c | 786 { int const dErr = inflate(strm, Z_NO_FLUSH); in z_inflate()
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 53 flush = Z_NO_FLUSH; in process_zlib_deflate() 131 flush = Z_NO_FLUSH; in process_zlib_inflate()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 326 ctx->flush = Z_NO_FLUSH; in ngx_http_gunzip_filter_inflate_start() 336 if (ctx->zstream.avail_in || ctx->flush != Z_NO_FLUSH || ctx->redo) { in ngx_http_gunzip_filter_add_data() 479 ctx->flush = Z_NO_FLUSH; in ngx_http_gunzip_filter_inflate()
|
| H A D | ngx_http_gzip_filter_module.c | 656 ctx->flush = Z_NO_FLUSH; in ngx_http_gzip_filter_deflate_start() 699 if (ctx->zstream.avail_in || ctx->flush != Z_NO_FLUSH || ctx->redo) { in ngx_http_gzip_filter_add_data() 753 } else if (ctx->flush == Z_NO_FLUSH) { in ngx_http_gzip_filter_add_data() 869 ctx->flush = Z_NO_FLUSH; in ngx_http_gzip_filter_deflate()
|
| /f-stack/app/nginx-1.16.1/auto/lib/zlib/ |
| H A D | conf | 56 ngx_feature_test="z_stream z; deflate(&z, Z_NO_FLUSH)"
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 177 zflag = data == NULL ? Z_FINISH : Z_NO_FLUSH; in gz_write()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_deflate.c | 667 rtn = inflate(&priv->cx, Z_NO_FLUSH); in ng_deflate_decompress()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 1056 ret = deflate(&strm, Z_NO_FLUSH); in FIO_compressGzFrame() 2179 int flush = Z_NO_FLUSH; in FIO_decompressGzFrame()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 406 return Z_NO_FLUSH; in map_zlib_flush_flag()
|