Searched defs:fds (Results 1 – 5 of 5) sorted by relevance
/php-src/sapi/fpm/fpm/events/ |
H A D | select.c | 49 static fd_set fds; variable
|
/php-src/ext/standard/ |
H A D | streamsfuncs.c | 624 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-src/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2104 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd) 2141 mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds)
|
/php-src/ext/sockets/ |
H A D | sockets.c | 516 static int php_sock_array_to_fd_set(uint32_t arg_num, zval *sock_array, fd_set *fds, PHP_SOCKET *ma… 549 static void php_sock_array_from_fd_set(zval *sock_array, fd_set *fds) /* {{{ */
|
/php-src/main/ |
H A D | fastcgi.c | 1432 struct pollfd fds; local
|
Completed in 24 milliseconds