Home
last modified time | relevance | path

Searched refs:sock_max_fd (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/win32/
H A Dselect.c39 int sock_max_fd = -1; in php_select() local
77 if (i > sock_max_fd) { in php_select()
78 sock_max_fd = i; in php_select()
103 if (sock_max_fd >= 0) { in php_select()

Completed in 4 milliseconds