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

  /external/curl/tests/libtest/
lib573.c 96 curl_easy_getinfo(c, CURLINFO_CONNECT_TIME, &connect_time);
lib500.c 105 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME, &time_connect);
  /external/curl/src/
tool_writeenv.c 50 {"curl_time_connect", CURLINFO_CONNECT_TIME, writeenv_DOUBLE},
tool_writeout.c 192 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME, &doubleinfo))
  /external/curl/docs/examples/
chkspeed.c 192 res = curl_easy_getinfo(curl_handle, CURLINFO_CONNECT_TIME, &val);
  /external/curl/lib/
getinfo.c 256 case CURLINFO_CONNECT_TIME:
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]

Completed in 65 milliseconds