Home
last modified time | relevance | path

Searched refs:curl_easy_getinfo (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/curl/tests/libtest/
Dlib500.c97 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()
Dlib1518.c80 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()
Dlib1536.c43 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()
Dlib1535.c44 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()
Dlib1534.c43 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()
Dlib3010.c46 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()
Dlib1511.c49 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()
62 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()
Dlib1532.c49 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpcode); in test()
65 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpcode); in test()
Dlib677.c65 curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sock); in test()
75 curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sock); in test()
/third_party/curl/docs/examples/
Dchkspeed.c180 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()
Dcrawler.c202 curl_easy_getinfo(handle, CURLINFO_PRIVATE, &mem); in main()
203 curl_easy_getinfo(handle, CURLINFO_EFFECTIVE_URL, &url); in main()
206 curl_easy_getinfo(handle, CURLINFO_RESPONSE_CODE, &res_status); in main()
209 curl_easy_getinfo(handle, CURLINFO_CONTENT_TYPE, &ctype); in main()
Dgetredirect.c51 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); in main()
58 res = curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &location); in main()
Dfileupload.c76 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()
Dftpgetinfo.c70 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in main()
75 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T, in main()
Dmulti-uv.c116 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()
Dmulti-event.c106 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()
Dgetinfo.c44 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &ct); in main()
Dgetreferrer.c50 res = curl_easy_getinfo(curl, CURLINFO_REFERER, &hdr); in main()
/third_party/curl/tests/http/clients/
Dh2-upgrade-extreme.c72 if(!curl_easy_getinfo(handle, CURLINFO_XFER_ID, &xfer_id) && xfer_id >= 0) { in debug_cb()
73 if(!curl_easy_getinfo(handle, CURLINFO_CONN_ID, &conn_id) && in debug_cb()
218 curl_easy_getinfo(msg->easy_handle, CURLINFO_XFER_ID, &xfer_id); in main()
219 curl_easy_getinfo(msg->easy_handle, CURLINFO_RESPONSE_CODE, &status); in main()
Dtls-session-reuse.c73 if(!curl_easy_getinfo(handle, CURLINFO_XFER_ID, &xfer_id) && xfer_id >= 0) { in debug_cb()
74 if(!curl_easy_getinfo(handle, CURLINFO_CONN_ID, &conn_id) && in debug_cb()
274 curl_easy_getinfo(msg->easy_handle, CURLINFO_XFER_ID, &xfer_id); in main()
275 curl_easy_getinfo(msg->easy_handle, CURLINFO_RESPONSE_CODE, &status); in main()
Dh2-pausing.c74 if(!curl_easy_getinfo(handle, CURLINFO_XFER_ID, &xfer_id) && xfer_id >= 0) { in debug_cb()
75 if(!curl_easy_getinfo(handle, CURLINFO_CONN_ID, &conn_id) && in debug_cb()
159 if(curl_easy_getinfo(handle->h, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T, in cb()
/third_party/curl/src/
Dtool_writeout.c165 if(!curl_easy_getinfo(per->curl, wovar->ci, &us)) in writeTime()
201 if(curl_easy_getinfo(per->curl, CURLINFO_EFFECTIVE_URL, &url)) in urlpart()
286 if(!curl_easy_getinfo(per->curl, CURLINFO_HTTP_VERSION, &version)) { in writeString()
299 if(!curl_easy_getinfo(per->curl, wovar->ci, &strinfo) && strinfo) in writeString()
431 if(!curl_easy_getinfo(per->curl, wovar->ci, &longinfo)) in writeLong()
490 if(!curl_easy_getinfo(per->curl, wovar->ci, &offinfo)) in writeOffset()
519 CURLcode res = curl_easy_getinfo(per->curl, CURLINFO_CERTINFO, &certinfo); in ourWriteOut()
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c226 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 …]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_long_header.c145 if (CURLE_OK != curl_easy_getinfo (c, CURLINFO_RESPONSE_CODE, &code)) in testLongUrlGet()
221 if (CURLE_OK != curl_easy_getinfo (c, CURLINFO_RESPONSE_CODE, &code)) in testLongHeaderGet()
/third_party/curl/tests/data/
Dtest152119 Test all curl_easy_setopt and curl_easy_getinfo options

1234