Home
last modified time | relevance | path

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

/PHP-8.3/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.3/main/
H A Dnetwork.c1160 PHPAPI void _php_emit_fd_setsize_warning(int max_fd)
1191 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.3/ext/standard/
H A Dstreamsfuncs.c627 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set()
771 php_socket_t max_fd = 0; in PHP_FUNCTION() local
/PHP-8.3/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-8.3/ext/sockets/
H A Dsockets.c496 …sock_array_to_fd_set(uint32_t arg_num, zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */
575 PHP_SOCKET max_fd = 0; local
/PHP-8.3/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 33 milliseconds