Searched defs:fds (Results 1 – 5 of 5) sorted by relevance
53 static fd_set fds; variable
587 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set()626 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set()
785 static int php_sock_array_to_fd_set(zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */808 static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds) /* {{{ */
1306 static int mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_f…1340 static int mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds)
1433 struct pollfd fds; local
Completed in 37 milliseconds