Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dselect.c131 struct timeval *ptimeout; in our_select() local
143 ptimeout = curlx_mstotv(&pending_tv, timeout_ms); in our_select()
161 fds_err && fds_err->fd_count ? fds_err : NULL, ptimeout); in our_select()
163 return select((int)maxfd + 1, fds_read, fds_write, fds_err, ptimeout); in our_select()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c505 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry() argument
515 *ptimeout = time_diff > INT_MAX ? INT_MAX : (int)time_diff; in may_still_retry()
/third_party/openssl/crypto/http/
H A Dhttp_client.c494 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry() argument
504 *ptimeout = time_diff > INT_MAX ? INT_MAX : (int)time_diff; in may_still_retry()

Completed in 13 milliseconds