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

  /external/curl/lib/
progress.c 183 data->progress.t_acceptdata = Curl_tvnow();
urldata.h 1215 struct timeval t_acceptdata; member in struct:Progress
    [all...]
ftp.c 383 * The start time is stored in progress.t_acceptdata - as set with
406 timeout_ms -= Curl_tvdiff(now, data->progress.t_acceptdata);
    [all...]

Completed in 199 milliseconds