Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c756 int set_count, max_set_count = 0; in PHP_FUNCTION() local
773 if (set_count > max_set_count) in PHP_FUNCTION()
774 max_set_count = set_count; in PHP_FUNCTION()
780 if (set_count > max_set_count) in PHP_FUNCTION()
781 max_set_count = set_count; in PHP_FUNCTION()
787 if (set_count > max_set_count) in PHP_FUNCTION()
788 max_set_count = set_count; in PHP_FUNCTION()
797 PHP_SAFE_MAX_FD(max_fd, max_set_count); in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2596 int set_count, max_set_count = 0; local
2611 if (set_count > max_set_count) {
2612 max_set_count = set_count;
2619 if (set_count > max_set_count) {
2620 max_set_count = set_count;
2631 PHP_SAFE_MAX_FD(max_fd, max_set_count);

Completed in 16 milliseconds