/external/curl/tests/libtest/ |
D | lib500.c | 97 res = curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP, &ipstr); in test() 107 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME_T, &time_namelookup); in test() 108 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME_T, &time_connect); in test() 109 curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME_T, in test() 111 curl_easy_getinfo(curl, CURLINFO_STARTTRANSFER_TIME_T, in test() 113 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME_T, &time_total); in test()
|
D | lib1518.c | 80 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &curlResponseCode); in test() 81 curl_easy_getinfo(curl, CURLINFO_REDIRECT_COUNT, &curlRedirectCount); in test() 82 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effectiveUrl); in test() 83 curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &redirectUrl); in test()
|
D | lib1536.c | 43 res = curl_easy_getinfo(curl, CURLINFO_SCHEME, &scheme); in test() 68 res = curl_easy_getinfo(curl, CURLINFO_SCHEME, &scheme); in test() 94 res = curl_easy_getinfo(dupe, CURLINFO_SCHEME, &scheme); in test() 113 res = curl_easy_getinfo(curl, CURLINFO_SCHEME, &scheme); in test()
|
D | lib1534.c | 43 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in test() 69 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in test() 94 res = curl_easy_getinfo(dupe, CURLINFO_FILETIME, &filetime); in test() 113 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in test()
|
D | lib1535.c | 44 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test() 71 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test() 98 res = curl_easy_getinfo(dupe, CURLINFO_PROTOCOL, &protocol); in test() 119 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
|
D | lib3010.c | 46 curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &follow_url); in test() 47 curl_easy_getinfo(curl, CURLINFO_RETRY_AFTER, &retry_after); in test() 58 curl_easy_getinfo(curl, CURLINFO_RETRY_AFTER, &retry_after); in test()
|
D | lib1511.c | 49 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test() 62 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()
|
D | lib1532.c | 49 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpcode); in test() 65 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpcode); in test()
|
D | lib677.c | 70 curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sock); in test() 80 curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sock); in test()
|
D | lib3027.c | 45 ret = curl_easy_getinfo(hnd, CURLINFO_FILETIME, &filetime); in test()
|
/external/curl/docs/examples/ |
D | chkspeed.c | 180 res = curl_easy_getinfo(curl_handle, CURLINFO_SIZE_DOWNLOAD_T, &val); in main() 185 res = curl_easy_getinfo(curl_handle, CURLINFO_TOTAL_TIME_T, &val); in main() 191 res = curl_easy_getinfo(curl_handle, CURLINFO_SPEED_DOWNLOAD_T, &val); in main() 198 res = curl_easy_getinfo(curl_handle, CURLINFO_NAMELOOKUP_TIME_T, &val); in main() 204 res = curl_easy_getinfo(curl_handle, CURLINFO_CONNECT_TIME_T, &val); in main()
|
D | crawler.c | 193 curl_easy_getinfo(handle, CURLINFO_PRIVATE, &mem); in main() 194 curl_easy_getinfo(handle, CURLINFO_EFFECTIVE_URL, &url); in main() 197 curl_easy_getinfo(handle, CURLINFO_RESPONSE_CODE, &res_status); in main() 200 curl_easy_getinfo(handle, CURLINFO_CONTENT_TYPE, &ctype); in main()
|
D | getredirect.c | 51 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); in main() 58 res = curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &location); in main()
|
D | fileupload.c | 76 curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD_T, &speed_upload); in main() 77 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME_T, &total_time); in main()
|
D | ftpgetinfo.c | 70 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in main() 75 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T, in main()
|
D | multi-uv.c | 116 curl_easy_getinfo(easy_handle, CURLINFO_EFFECTIVE_URL, &done_url); in check_multi_info() 117 curl_easy_getinfo(easy_handle, CURLINFO_PRIVATE, &file); in check_multi_info()
|
D | multi-event.c | 106 curl_easy_getinfo(easy_handle, CURLINFO_EFFECTIVE_URL, &done_url); in check_multi_info() 107 curl_easy_getinfo(easy_handle, CURLINFO_PRIVATE, &file); in check_multi_info()
|
D | getinfo.c | 44 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &ct); in main()
|
D | getreferrer.c | 50 res = curl_easy_getinfo(curl, CURLINFO_REFERER, &hdr); in main()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.cc | 90 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() function in tensorflow::__anon48d455bd0111::LibCurlProxy 92 return ::curl_easy_getinfo(curl, info, value); in curl_easy_getinfo() 95 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() function in tensorflow::__anon48d455bd0111::LibCurlProxy 97 return ::curl_easy_getinfo(curl, info, value); in curl_easy_getinfo() 455 CHECK_CURL_OK(libcurl_->curl_easy_getinfo(curl_, CURLINFO_SIZE_DOWNLOAD, in Send() 458 CHECK_CURL_OK(libcurl_->curl_easy_getinfo(curl_, CURLINFO_RESPONSE_CODE, in Send() 599 const auto lookup_time_status = that->libcurl_->curl_easy_getinfo( in ProgressCallback() 603 const auto connect_time_status = that->libcurl_->curl_easy_getinfo( in ProgressCallback() 607 const auto pretransfer_time_status = that->libcurl_->curl_easy_getinfo( in ProgressCallback() 611 const auto starttransfer_time_status = that->libcurl_->curl_easy_getinfo( in ProgressCallback() [all …]
|
/external/libbrillo/brillo/http/ |
D | curl_api.cc | 89 CURLcode code = curl_easy_getinfo(curl, info, &data); in EasyGetInfoInt() 99 return curl_easy_getinfo(curl, info, value); in EasyGetInfoDbl() 107 CURLcode code = curl_easy_getinfo(curl, info, &data); in EasyGetInfoStr() 118 return curl_easy_getinfo(curl, info, value); in EasyGetInfoPtr()
|
/external/curl/src/ |
D | tool_writeout.c | 143 if(!curl_easy_getinfo(per->curl, wovar->ci, &us)) in writeTime() 182 if(!curl_easy_getinfo(per->curl, CURLINFO_HTTP_VERSION, &version)) { in writeString() 195 if(!curl_easy_getinfo(per->curl, wovar->ci, &strinfo) && strinfo) in writeString() 299 if(!curl_easy_getinfo(per->curl, wovar->ci, &longinfo)) in writeLong() 358 if(!curl_easy_getinfo(per->curl, wovar->ci, &offinfo)) in writeOffset() 387 CURLcode res = curl_easy_getinfo(per->curl, CURLINFO_CERTINFO, &certinfo); in ourWriteOut()
|
/external/google-breakpad/src/common/linux/ |
D | http_upload.cc | 174 CURLcode (*curl_easy_getinfo)(CURL *, CURLINFO, ...); in SendRequest() local 175 *(void**) (&curl_easy_getinfo) = dlsym(curl_lib, "curl_easy_getinfo"); in SendRequest() 176 (*curl_easy_getinfo)(curl, CURLINFO_RESPONSE_CODE, response_code); in SendRequest()
|
/external/elfutils/debuginfod/ |
D | debuginfod-client.c | 226 CURLcode curl_res = curl_easy_getinfo (d->handle, in debuginfod_write_callback() 1461 curl_res = curl_easy_getinfo(target_handle, in debuginfod_query_server() 1468 curl_res = curl_easy_getinfo(target_handle, in debuginfod_query_server() 1496 curl_res = curl_easy_getinfo(target_handle, in debuginfod_query_server() 1503 curl_res = curl_easy_getinfo(target_handle, in debuginfod_query_server() 1577 ok0 = curl_easy_getinfo (msg->easy_handle, in debuginfod_query_server() 1601 CURLcode ok1 = curl_easy_getinfo (target_handle, in debuginfod_query_server() 1604 CURLcode ok2 = curl_easy_getinfo (target_handle, in debuginfod_query_server() 1633 CURLcode ok3 = curl_easy_getinfo (target_handle, in debuginfod_query_server() 1699 CURLcode curl_res = curl_easy_getinfo(verified_handle, CURLINFO_FILETIME_T, (void*) &mtime); in debuginfod_query_server() [all …]
|
/external/curl/tests/data/ |
D | test1521 | 19 Test all curl_easy_setopt and curl_easy_getinfo options
|