Searched refs:handle_slot_to_fd (Results 1 – 1 of 1) sorted by relevance
35 int handle_slot_to_fd[MAXIMUM_WAIT_OBJECTS]; in php_select() local81 handle_slot_to_fd[n_handles] = i; in php_select()137 if (SAFE_FD_ISSET(handle_slot_to_fd[i], rfds)) { in php_select()138 FD_SET((uint32_t)handle_slot_to_fd[i], &aread); in php_select()140 if (SAFE_FD_ISSET(handle_slot_to_fd[i], wfds)) { in php_select()141 FD_SET((uint32_t)handle_slot_to_fd[i], &awrite); in php_select()143 if (SAFE_FD_ISSET(handle_slot_to_fd[i], efds)) { in php_select()144 FD_SET((uint32_t)handle_slot_to_fd[i], &aexcept); in php_select()
Completed in 5 milliseconds