Home
last modified time | relevance | path

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

/PHP-8.2/ext/curl/
H A Dmulti.c179 int numfds = 0; in PHP_FUNCTION() local
198 error = curl_multi_wait(mh->multi, NULL, 0, (int) (timeout * 1000.0), &numfds); in PHP_FUNCTION()
204 RETURN_LONG(numfds); in PHP_FUNCTION()

Completed in 7 milliseconds