Home
last modified time | relevance | path

Searched refs:max_set_count (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c783 int set_count, max_set_count = 0; in PHP_FUNCTION() local
794 if (set_count > max_set_count) in PHP_FUNCTION()
795 max_set_count = set_count; in PHP_FUNCTION()
801 if (set_count > max_set_count) in PHP_FUNCTION()
802 max_set_count = set_count; in PHP_FUNCTION()
808 if (set_count > max_set_count) in PHP_FUNCTION()
809 max_set_count = set_count; in PHP_FUNCTION()
818 PHP_SAFE_MAX_FD(max_fd, max_set_count); in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1364 int set_count, max_set_count = 0; local
1379 if (set_count > max_set_count) {
1380 max_set_count = set_count;
1387 if (set_count > max_set_count) {
1388 max_set_count = set_count;
1399 PHP_SAFE_MAX_FD(max_fd, max_set_count);

Completed in 14 milliseconds