Searched refs:select_fd (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.h56 /* Flags for select_fd's WAIT_FOR argument. */
61 int select_fd (int, double, int);
H A Dconnect.c527 int test = select_fd (local_sock, opt.connect_timeout, WAIT_FOR_READ);
646 select_fd (int fd, double maxtime, int wait_for)
743 return select_fd (fd, timeout, wait_for);
642 select_fd (int fd, double maxtime, int wait_for) function
H A Dopenssl.c290 return select_fd (fd, timeout, wait_for);

Completed in 178 milliseconds