OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Curl_freq
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
system_win32.h
29
extern LARGE_INTEGER
Curl_freq
;
timeval.c
28
extern LARGE_INTEGER
Curl_freq
;
37
now.tv_sec = (time_t)(count.QuadPart /
Curl_freq
.QuadPart);
38
now.tv_usec = (int)((count.QuadPart %
Curl_freq
.QuadPart) * 1000000 /
39
Curl_freq
.QuadPart);
system_win32.c
36
LARGE_INTEGER
Curl_freq
;
95
QueryPerformanceFrequency(&
Curl_freq
);
Completed in 235 milliseconds