Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/main/
H A Dnetwork.c1153 PHPAPI void _php_emit_fd_setsize_warning(int max_fd)
1184 php_socket_t max_fd = SOCK_ERR; /* effectively unused on Windows */ local
H A Dphp_network.h214 static inline bool _php_check_fd_setsize(php_socket_t *max_fd, int setsize) in _php_check_fd_setsize()
/PHP-8.1/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-8.1/ext/mysqlnd/
H A Dmysqlnd_connection.c2139 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd)
2224 php_socket_t max_fd = 0; local
/PHP-8.1/ext/sockets/
H A Dsockets.c653 …sock_array_to_fd_set(uint32_t arg_num, zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */
736 PHP_SOCKET max_fd = 0; local
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c116 php_socket_t max_fd; member
880 const php_socket_t max_fd = poller->max_fd; in php_cli_server_poller_iter_on_active() local

Completed in 44 milliseconds