Home
last modified time | relevance | path

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

/PHP-7.1/ext/zlib/
H A Dzlib.c912 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
915 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rs|l", &res, &in_buf, &in_len, &flush_type)… in PHP_FUNCTION()
924 switch (flush_type) { in PHP_FUNCTION()
939 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
950 status = inflate(ctx, flush_type); in PHP_FUNCTION()
968 if (flush_type == Z_FINISH && ctx->avail_out == 0) { in PHP_FUNCTION()
1118 zend_long flush_type = Z_SYNC_FLUSH; in PHP_FUNCTION() local
1121 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rs|l", &res, &in_buf, &in_len, &flush_type)… in PHP_FUNCTION()
1130 switch (flush_type) { in PHP_FUNCTION()
1150 if (in_len <= 0 && flush_type != Z_FINISH) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds