Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c78 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 Dexample_original.c237 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 Dexample.c245 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 Dfitblk.c108 flush = Z_NO_FLUSH; in recompress()
115 ret = inflate(inf, Z_NO_FLUSH); in recompress()
H A Dminigzip.c257 (void)deflate(strm, Z_NO_FLUSH);
288 ret = inflate(strm, Z_NO_FLUSH);
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c220 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 Dinfcover.c320 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 Dminigzip.c252 (void)deflate(strm, Z_NO_FLUSH);
283 ret = inflate(strm, Z_NO_FLUSH);
/f-stack/freebsd/contrib/zlib/
H A Dgzwrite.c108 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 Dcompress.c58 err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
H A Duncompr.c70 err = inflate(&stream, Z_NO_FLUSH);
H A Ddeflate.c1000 (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 Dgzread.c197 ret = inflate(strm, Z_NO_FLUSH);
H A Dzlib.h168 #define Z_NO_FLUSH 0 macro
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c110 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 Dgzread.c206 ret = inflate(strm, Z_NO_FLUSH);
H A Dzstd_zlibwrapper.c786 { int const dErr = inflate(strm, Z_NO_FLUSH); in z_inflate()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c53 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 Dngx_http_gunzip_filter_module.c326 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 Dngx_http_gzip_filter_module.c656 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 Dconf56 ngx_feature_test="z_stream z; deflate(&z, Z_NO_FLUSH)"
/f-stack/freebsd/kern/
H A Dsubr_compressor.c177 zflag = data == NULL ? Z_FINISH : Z_NO_FLUSH; in gz_write()
/f-stack/freebsd/netgraph/
H A Dng_deflate.c667 rtn = inflate(&priv->cx, Z_NO_FLUSH); in ng_deflate_decompress()
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1056 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 Dtest_compressdev.c406 return Z_NO_FLUSH; in map_zlib_flush_flag()

12