Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c607 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set() function
772 set_count = stream_array_to_fd_set(r_array, &rfds, &max_fd); in PHP_FUNCTION()
779 set_count = stream_array_to_fd_set(w_array, &wfds, &max_fd); in PHP_FUNCTION()
786 set_count = stream_array_to_fd_set(e_array, &efds, &max_fd); in PHP_FUNCTION()

Completed in 7 milliseconds