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

  /external/curl/lib/
connect.h 40 struct curltime *nowp,
connect.c 178 * If 'nowp' is non-NULL, it points to the current time.
185 struct curltime *nowp,
222 if(!nowp) {
224 nowp = &now;
230 timeout_ms -= Curl_timediff(*nowp, data->progress.t_startsingle);
233 timeout_ms -= Curl_timediff(*nowp, data->progress.t_startop);
    [all...]
multi.c 2879 struct curltime *nowp = &data->state.expiretime; local
2955 struct curltime *nowp = &data->state.expiretime; local
    [all...]

Completed in 60 milliseconds