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

  /external/curl/src/
tool_util.h 41 double tool_tvdiff_secs(struct timeval t1, struct timeval t2);
52 #define tvdiff_secs(a,b) tool_tvdiff_secs((a), (b))
tool_util.c 133 double tool_tvdiff_secs(struct timeval newer, struct timeval older) function

Completed in 365 milliseconds