Home
last modified time | relevance | path

Searched refs:flush_mode (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/zlib/
H A Dzlib_filter.c199 int flush_mode; in php_zlib_deflate_filter() local
208flush_mode = flags & PSFS_FLAG_FLUSH_CLOSE ? Z_FULL_FLUSH : (flags & PSFS_FLAG_FLUSH_INC ? Z_SYNC_… in php_zlib_deflate_filter()
209 data->finished = flush_mode != Z_NO_FLUSH; in php_zlib_deflate_filter()
210 status = deflate(&(data->strm), flush_mode); in php_zlib_deflate_filter()
H A Dzlib.c1375 ZEND_ARG_INFO(0, flush_mode)
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c232 int flush_mode; in php_bz2_compress_filter() local
241flush_mode = flags & PSFS_FLAG_FLUSH_CLOSE ? BZ_FINISH : (flags & PSFS_FLAG_FLUSH_INC ? BZ_FLUSH :… in php_bz2_compress_filter()
242 data->is_flushed = flush_mode != BZ_RUN; in php_bz2_compress_filter()
243 status = BZ2_bzCompress(&(data->strm), flush_mode); in php_bz2_compress_filter()

Completed in 10 milliseconds