Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/
H A Dzlib.c913 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
916 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rs|l", &res, &in_buf, &in_len, &flush_type)… in PHP_FUNCTION()
925 switch (flush_type) { in PHP_FUNCTION()
947 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
958 status = inflate(ctx, flush_type); in PHP_FUNCTION()
977 if (flush_type == Z_FINISH && ctx->avail_out == 0) { in PHP_FUNCTION()
1169 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
1172 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rs|l", &res, &in_buf, &in_len, &flush_type)… in PHP_FUNCTION()
1181 switch (flush_type) { in PHP_FUNCTION()
1201 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
[all …]

Completed in 59 milliseconds