Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c776 int set_count, max_set_count = 0; in PHP_FUNCTION() local
793 if (set_count > max_set_count) in PHP_FUNCTION()
794 max_set_count = set_count; in PHP_FUNCTION()
800 if (set_count > max_set_count) in PHP_FUNCTION()
801 max_set_count = set_count; in PHP_FUNCTION()
807 if (set_count > max_set_count) in PHP_FUNCTION()
808 max_set_count = set_count; in PHP_FUNCTION()
817 if (!PHP_SAFE_MAX_FD(max_fd, max_set_count)) { in PHP_FUNCTION()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.c2225 int set_count, max_set_count = 0; local
2240 if (set_count > max_set_count) {
2241 max_set_count = set_count;
2248 if (set_count > max_set_count) {
2249 max_set_count = set_count;
2260 if (!PHP_SAFE_MAX_FD(max_fd, max_set_count)) {

Completed in 17 milliseconds