Home
last modified time | relevance | path

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

/PHP-7.2/sapi/fpm/fpm/events/
H A Dselect.c53 static fd_set fds; variable
/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c618 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set()
657 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set()
/PHP-7.2/ext/sockets/
H A Dsockets.c847 static int php_sock_array_to_fd_set(zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */
871 static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds) /* {{{ */
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.c2550 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd)
2587 mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds)
/PHP-7.2/main/
H A Dfastcgi.c1436 struct pollfd fds; local

Completed in 57 milliseconds