Searched defs:max_fd (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/win32/ |
H A D | select.c | 33 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval… in php_select()
|
/PHP-7.3/main/ |
H A D | network.c | 1185 PHPAPI void _php_emit_fd_setsize_warning(int max_fd) 1216 php_socket_t max_fd = SOCK_ERR; local
|
/PHP-7.3/ext/standard/ |
H A D | streamsfuncs.c | 624 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set() 769 php_socket_t max_fd = 0; in PHP_FUNCTION() local
|
/PHP-7.3/ext/sockets/ |
H A D | sockets.c | 892 static int php_sock_array_to_fd_set(zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd) /* {{{ */ 965 PHP_SOCKET max_fd = 0; local
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2503 mysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd) 2588 php_socket_t max_fd = 0; local
|
/PHP-7.3/sapi/cli/ |
H A D | php_cli_server.c | 115 php_socket_t max_fd; member 849 const php_socket_t max_fd = poller->max_fd; in php_cli_server_poller_iter_on_active() local
|
Completed in 42 milliseconds