Searched refs:WAIT_FOR_READ (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconnect.h58 WAIT_FOR_READ = 1, enumerator in enum:__anon7540
H A Dconnect.c527 int test = select_fd (local_sock, opt.connect_timeout, WAIT_FOR_READ);
639 WAIT_FOR_READ and WAIT_FOR_WRITE.
655 if (wait_for & WAIT_FOR_READ)
876 if (!poll_internal (fd, info, WAIT_FOR_READ, timeout))
901 if (!poll_internal (fd, info, WAIT_FOR_READ, timeout))

Completed in 51 milliseconds