Searched refs:flush_type (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/zlib/ |
H A D | zlib.c | 940 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local 943 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, inflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION() 949 switch (flush_type) { in PHP_FUNCTION() 970 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION() 981 status = inflate(&ctx->Z, flush_type); in PHP_FUNCTION() 1000 if (flush_type == Z_FINISH && ctx->Z.avail_out == 0) { in PHP_FUNCTION() 1177 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local 1180 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, deflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION() 1186 switch (flush_type) { in PHP_FUNCTION() 1204 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION() [all …]
|
Completed in 7 milliseconds