Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/sapi/fpm/fpm/events/
H A Dselect.c51 static fd_set fds; variable
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c624 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set()
663 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set()
/PHP-7.3/ext/sockets/
H A Dsockets.c892 static int php_sock_array_to_fd_set(zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */
916 static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds) /* {{{ */
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c2503 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd)
2540 mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds)
/PHP-7.3/main/
H A Dfastcgi.c1434 struct pollfd fds; local

Completed in 35 milliseconds