Searched refs:Z_SYNC_FLUSH (Results 1 – 10 of 10) sorted by relevance
464 rtn = deflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_compress()597 rtn = inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress()621 inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress()680 rtn = inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress()
83 flush = Z_SYNC_FLUSH; in partcompress()95 } while (def->avail_out != 0 && flush == Z_SYNC_FLUSH); in partcompress()
146 error = decomp ? inflate(&zbuf, Z_SYNC_FLUSH) : in deflate_global()
362 ctx->flush = Z_SYNC_FLUSH; in ngx_http_gunzip_filter_add_data()477 if (ctx->flush == Z_SYNC_FLUSH) { in ngx_http_gunzip_filter_inflate()
745 ctx->flush = Z_SYNC_FLUSH; in ngx_http_gzip_filter_add_data()867 if (ctx->flush == Z_SYNC_FLUSH) { in ngx_http_gzip_filter_deflate()
170 #define Z_SYNC_FLUSH 2 macro
1353 - Document Z_SYNC_FLUSH
436 if (flush == Z_SYNC_FLUSH || flush == Z_PARTIAL_FLUSH) { in z_deflate()
445 Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291)
408 return Z_SYNC_FLUSH; in map_zlib_flush_flag()