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

  /external/curl/docs/examples/
fileupload.c 76 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &total_time);
progressfunc.c 47 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &curtime);
chkspeed.c 176 res = curl_easy_getinfo(curl_handle, CURLINFO_TOTAL_TIME, &val);
  /external/curl/src/
tool_writeenv.c 48 {"curl_time_total", CURLINFO_TOTAL_TIME, writeenv_DOUBLE},
tool_writeout.c 181 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &doubleinfo))
  /external/curl/tests/libtest/
lib500.c 109 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &time_total);
  /external/curl/lib/
getinfo.c 250 case CURLINFO_TOTAL_TIME:
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]

Completed in 206 milliseconds