Searched refs:handle_slot_to_fd (Results 1 – 1 of 1) sorted by relevance
37 int handle_slot_to_fd[MAXIMUM_WAIT_OBJECTS]; in php_select() local83 handle_slot_to_fd[n_handles] = i; in php_select()139 if (SAFE_FD_ISSET(handle_slot_to_fd[i], rfds)) { in php_select()140 FD_SET((uint32_t)handle_slot_to_fd[i], &aread); in php_select()142 if (SAFE_FD_ISSET(handle_slot_to_fd[i], wfds)) { in php_select()143 FD_SET((uint32_t)handle_slot_to_fd[i], &awrite); in php_select()145 if (SAFE_FD_ISSET(handle_slot_to_fd[i], efds)) { in php_select()146 FD_SET((uint32_t)handle_slot_to_fd[i], &aexcept); in php_select()
Completed in 13 milliseconds