Searched refs:stream_array_from_fd_set (Results 1 – 1 of 1) sorted by relevance
652 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds TSRMLS_DC) in stream_array_from_fd_set() function858 if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds TSRMLS_CC); in PHP_FUNCTION()859 if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds TSRMLS_CC); in PHP_FUNCTION()860 if (e_array != NULL) stream_array_from_fd_set(e_array, &efds TSRMLS_CC); in PHP_FUNCTION()
Completed in 9 milliseconds