Searched refs:CURLINFO_NAMELOOKUP_TIME (Results 1 – 10 of 10) sorted by relevance
/external/curl/src/ |
D | tool_writeenv.c | 49 {"curl_time_namelookup", CURLINFO_NAMELOOKUP_TIME, writeenv_DOUBLE},
|
D | tool_writeout.c | 180 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME, in ourWriteOut()
|
/external/curl/docs/libcurl/ |
D | getinfo-times | 12 NT = CURLINFO_NAMELOOKUP_TIME. The time it took from the start until the name
|
D | symbols-in-versions | 229 CURLINFO_NAMELOOKUP_TIME 7.4.1
|
/external/curl/tests/libtest/ |
D | lib500.c | 104 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME, &time_namelookup); in test()
|
/external/curl/docs/examples/ |
D | chkspeed.c | 168 res = curl_easy_getinfo(curl_handle, CURLINFO_NAMELOOKUP_TIME, &val); in main()
|
/external/curl/lib/ |
D | getinfo.c | 216 case CURLINFO_NAMELOOKUP_TIME: in getinfo_double()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 1675 CURLINFO_NAMELOOKUP_TIME = CURLINFO_DOUBLE + 4, enumerator
|
/external/curl/include/curl/ |
D | curl.h | 2095 CURLINFO_NAMELOOKUP_TIME = CURLINFO_DOUBLE + 4, enumerator
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 1316 d CURLINFO_NAMELOOKUP_TIME... CURLINFO_DOUBLE + 4
|