Home
last modified time | relevance | path

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

/PHP-5.3/win32/
H A Dselect.c42 int n_handles = 0, i; in php_select() local
66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
67 if (handles[n_handles] == INVALID_HANDLE_VALUE) { in php_select()
82 handle_slot_to_fd[n_handles] = i; in php_select()
83 n_handles++; in php_select()
88 if (n_handles == 0) { in php_select()
116 if (n_handles > 0) { in php_select()
120 wret = MsgWaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100, QS_ALLEVENTS); in php_select()
136 for (i = 0; i < n_handles; i++) { in php_select()

Completed in 4 milliseconds