Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dselect.c41 int sock_max_fd = -1; in php_select() local
79 if (i > sock_max_fd) { in php_select()
80 sock_max_fd = i; in php_select()
105 if (sock_max_fd >= 0) { in php_select()

Completed in 4 milliseconds