Searched defs:fds (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/sapi/fpm/fpm/events/ |
H A D | select.c | 49 static fd_set fds; variable
|
/PHP-8.1/ext/standard/ |
H A D | streamsfuncs.c | 623 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set() 662 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set()
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2139 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd) 2176 mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds)
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.c | 653 static int php_sock_array_to_fd_set(uint32_t arg_num, zval *sock_array, fd_set *fds, PHP_SOCKET *ma… 686 static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds) /* {{{ */
|
/PHP-8.1/main/ |
H A D | fastcgi.c | 1431 struct pollfd fds; local
|
Completed in 42 milliseconds