Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c772 int set_count, max_set_count = 0; in PHP_FUNCTION() local
789 if (set_count > max_set_count) in PHP_FUNCTION()
790 max_set_count = set_count; in PHP_FUNCTION()
796 if (set_count > max_set_count) in PHP_FUNCTION()
797 max_set_count = set_count; in PHP_FUNCTION()
803 if (set_count > max_set_count) in PHP_FUNCTION()
804 max_set_count = set_count; in PHP_FUNCTION()
813 if (!PHP_SAFE_MAX_FD(max_fd, max_set_count)) { in PHP_FUNCTION()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_connection.c2213 int set_count, max_set_count = 0; local
2228 if (set_count > max_set_count) {
2229 max_set_count = set_count;
2236 if (set_count > max_set_count) {
2237 max_set_count = set_count;
2248 if (!PHP_SAFE_MAX_FD(max_fd, max_set_count)) {

Completed in 17 milliseconds