Home
last modified time | relevance | path

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

/PHP-8.2/ext/zlib/
H A Dzlib.c948 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
951 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, inflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION()
957 switch (flush_type) { in PHP_FUNCTION()
978 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
989 status = inflate(&ctx->Z, flush_type); in PHP_FUNCTION()
1008 if (flush_type == Z_FINISH && ctx->Z.avail_out == 0) { in PHP_FUNCTION()
1185 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
1188 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, deflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION()
1194 switch (flush_type) { in PHP_FUNCTION()
1212 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds