Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/events/
H A Dselect.c49 static fd_set fds; variable
/php-src/ext/standard/
H A Dstreamsfuncs.c623 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-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2126 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd)
2163 mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds)
/php-src/ext/sockets/
H A Dsockets.c490 static int php_sock_array_to_fd_set(uint32_t arg_num, zval *sock_array, fd_set *fds, PHP_SOCKET *ma…
523 static void php_sock_array_from_fd_set(zval *sock_array, fd_set *fds) /* {{{ */
/php-src/main/
H A Dfastcgi.c1432 struct pollfd fds; local

Completed in 54 milliseconds