Searched refs:numfds (Results 1 – 1 of 1) sorted by relevance
213 int numfds = 0; in PHP_FUNCTION() local232 error = curl_multi_wait(mh->multi, NULL, 0, (unsigned long) timeout * 1000.0, &numfds); in PHP_FUNCTION()238 RETURN_LONG(numfds); in PHP_FUNCTION()
Completed in 6 milliseconds