Searched defs:max_fd (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/win32/ |
H A D | select.c | 31 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 D | network.c | 1160 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 D | php_network.h | 214 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 D | streamsfuncs.c | 627 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 D | mysqlnd_connection.c | 2126 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 D | sockets.c | 496 …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 D | php_cli_server.c | 127 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 51 milliseconds