Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c772 int set_count, max_set_count = 0; in PHP_FUNCTION() local
783 if (set_count > max_set_count) in PHP_FUNCTION()
784 max_set_count = set_count; in PHP_FUNCTION()
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()
807 PHP_SAFE_MAX_FD(max_fd, max_set_count); in PHP_FUNCTION()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.c1211 int set_count, max_set_count = 0; in _mysqlnd_poll() local
1227 if (set_count > max_set_count) { in _mysqlnd_poll()
1228 max_set_count = set_count; in _mysqlnd_poll()
1235 if (set_count > max_set_count) { in _mysqlnd_poll()
1236 max_set_count = set_count; in _mysqlnd_poll()
1247 PHP_SAFE_MAX_FD(max_fd, max_set_count); in _mysqlnd_poll()

Completed in 13 milliseconds