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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dselect.c150 struct timeval *ptimeout;
280 ptimeout = (timeout_ms < 0) ? NULL : &pending_tv;
291 r = select((int)maxfd + 1, &fds_read, &fds_write, &fds_err, ptimeout);
354 struct timeval *ptimeout; local
449 ptimeout = (timeout_ms < 0) ? NULL : &pending_tv;
460 r = select((int)maxfd + 1, &fds_read, &fds_write, &fds_err, ptimeout);

Completed in 139 milliseconds