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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dselect.c153 struct timeval *ptimeout;
259 ptimeout = (timeout_ms < 0) ? NULL : &pending_tv;
270 r = select((int)maxfd + 1, &fds_read, &fds_write, &fds_err, ptimeout);
328 struct timeval *ptimeout; local
423 ptimeout = (timeout_ms < 0) ? NULL : &pending_tv;
434 r = select((int)maxfd + 1, &fds_read, &fds_write, &fds_err, ptimeout);

Completed in 96 milliseconds