Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/events/
H A Dselect.c51 static fd_set fds; variable
/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()
646 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set()
/PHP-7.4/ext/sockets/
H A Dsockets.c906 static int php_sock_array_to_fd_set(zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */
930 static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds) /* {{{ */
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2509 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd)
2546 mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds)
/PHP-7.4/main/
H A Dfastcgi.c1434 struct pollfd fds; local

Completed in 35 milliseconds