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

  /external/curl/lib/
timeval.h 47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
55 #define Curl_tvdiff_secs(x,y) curlx_tvdiff_secs(x,y)
timeval.c 137 double curlx_tvdiff_secs(struct timeval newer, struct timeval older) function
progress.c 364 data->progress.timespent = curlx_tvdiff_secs(now, data->progress.start);

Completed in 79 milliseconds