Searched refs:exceptfds (Results 1 – 1 of 1) sorted by relevance
176 fd_set exceptfds; in PHP_FUNCTION() local191 FD_ZERO(&exceptfds); in PHP_FUNCTION()193 curl_multi_fdset(mh->multi, &readfds, &writefds, &exceptfds, &maxfd); in PHP_FUNCTION()197 RETURN_LONG(select(maxfd + 1, &readfds, &writefds, &exceptfds, &to)); in PHP_FUNCTION()
Completed in 5 milliseconds