Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c760 int set_count, max_set_count = 0; in PHP_FUNCTION() local
777 if (set_count > max_set_count) in PHP_FUNCTION()
778 max_set_count = set_count; in PHP_FUNCTION()
784 if (set_count > max_set_count) in PHP_FUNCTION()
785 max_set_count = set_count; in PHP_FUNCTION()
791 if (set_count > max_set_count) in PHP_FUNCTION()
792 max_set_count = set_count; in PHP_FUNCTION()
801 if (!PHP_SAFE_MAX_FD(max_fd, max_set_count)) { in PHP_FUNCTION()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.c2583 int set_count, max_set_count = 0; local
2598 if (set_count > max_set_count) {
2599 max_set_count = set_count;
2606 if (set_count > max_set_count) {
2607 max_set_count = set_count;
2618 if (!PHP_SAFE_MAX_FD(max_fd, max_set_count)) {

Completed in 14 milliseconds