Searched refs:flush_type (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/zlib/ |
H A D | zlib.c | 947 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local 950 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, inflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION() 956 switch (flush_type) { in PHP_FUNCTION() 977 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION() 988 status = inflate(&ctx->Z, flush_type); in PHP_FUNCTION() 1007 if (flush_type == Z_FINISH && ctx->Z.avail_out == 0) { in PHP_FUNCTION() 1184 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local 1187 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, deflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION() 1193 switch (flush_type) { in PHP_FUNCTION() 1211 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION() [all …]
|
Completed in 7 milliseconds