Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c773 int set_count, max_set_count = 0; in PHP_FUNCTION() local
790 if (set_count > max_set_count) in PHP_FUNCTION()
791 max_set_count = set_count; in PHP_FUNCTION()
797 if (set_count > max_set_count) in PHP_FUNCTION()
798 max_set_count = set_count; in PHP_FUNCTION()
804 if (set_count > max_set_count) in PHP_FUNCTION()
805 max_set_count = set_count; in PHP_FUNCTION()
814 PHP_SAFE_MAX_FD(max_fd, max_set_count); in PHP_FUNCTION()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c2590 int set_count, max_set_count = 0; local
2605 if (set_count > max_set_count) {
2606 max_set_count = set_count;
2613 if (set_count > max_set_count) {
2614 max_set_count = set_count;
2625 PHP_SAFE_MAX_FD(max_fd, max_set_count);

Completed in 39 milliseconds