Home
last modified time | relevance | path

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

/php-src/ext/zlib/
H A Dzlib.c945 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
948 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, inflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION()
954 switch (flush_type) { in PHP_FUNCTION()
975 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
986 status = inflate(&ctx->Z, flush_type); in PHP_FUNCTION()
1005 if (flush_type == Z_FINISH && ctx->Z.avail_out == 0) { in PHP_FUNCTION()
1182 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
1185 …rse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, deflate_context_ce, &in_buf, &in_len, &flush_type)) { in PHP_FUNCTION()
1191 switch (flush_type) { in PHP_FUNCTION()
1209 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds