Home
last modified time | relevance | path

Searched defs:max_fd (Results 1 – 7 of 7) sorted by relevance

/php-src/win32/
H A Dselect.c31 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval… in php_select()
/php-src/main/
H A Dnetwork.c1136 PHPAPI void _php_emit_fd_setsize_warning(int max_fd)
1167 php_socket_t max_fd = SOCK_ERR; /* effectively unused on Windows */ local
H A Dphp_network.h212 static inline bool _php_check_fd_setsize(php_socket_t *max_fd, int setsize) in _php_check_fd_setsize()
/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()
767 php_socket_t max_fd = 0; in PHP_FUNCTION() local
/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)
2211 php_socket_t max_fd = 0; local
/php-src/ext/sockets/
H A Dsockets.c490 …sock_array_to_fd_set(uint32_t arg_num, zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */
569 PHP_SOCKET max_fd = 0; local
/php-src/sapi/cli/
H A Dphp_cli_server.c127 php_socket_t max_fd; member
928 const php_socket_t max_fd = poller->max_fd; in php_cli_server_poller_iter_on_active() local

Completed in 45 milliseconds