OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tool_tvdiff
(Results
1 - 2
of
2
) sorted by null
/external/curl/src/
tool_util.h
34
long
tool_tvdiff
(struct timeval t1, struct timeval t2);
37
* Same as
tool_tvdiff
but with full usec resolution.
51
#define tvdiff(a,b)
tool_tvdiff
((a), (b))
tool_util.c
122
long
tool_tvdiff
(struct timeval newer, struct timeval older)
function
129
* Same as
tool_tvdiff
but with full usec resolution.
Completed in 55 milliseconds