Home
last modified time | relevance | path

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

/PHP-7.1/ext/curl/
H A Dmulti.c218 int maxfd; in PHP_FUNCTION() local
246 error = curl_multi_fdset(mh->multi, &readfds, &writefds, &exceptfds, &maxfd); in PHP_FUNCTION()
249 if (maxfd == -1) { in PHP_FUNCTION()
252 RETURN_LONG(select(maxfd + 1, &readfds, &writefds, &exceptfds, &to)); in PHP_FUNCTION()

Completed in 6 milliseconds