HomeSort by relevance Sort by last modified time
    Searched refs:nowp (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
connect.h 39 struct timeval *nowp,
connect.c 176 * If 'nowp' is non-NULL, it points to the current time.
183 struct timeval *nowp,
220 if(!nowp) {
222 nowp = &now;
228 timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startsingle);
231 timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startop);
    [all...]
multi.c 2887 struct timeval *nowp = &data->state.expiretime; local
    [all...]

Completed in 624 milliseconds