Home
last modified time | relevance | path

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

/external/curl/lib/
Dselect.c156 struct timeval *ptimeout; in Curl_socket_check()
286 ptimeout = (timeout_ms < 0) ? NULL : &pending_tv; in Curl_socket_check()
327 &fds_err, ptimeout); in Curl_socket_check()
390 struct timeval *ptimeout; in Curl_poll() local
497 ptimeout = (timeout_ms < 0) ? NULL : &pending_tv; in Curl_poll()
520 ptimeout); in Curl_poll()