Home
last modified time | relevance | path

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

123

/external/curl/src/
Dtool_writeout.c134 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &stringp)) in ourWriteOut()
140 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &longinfo)) in ourWriteOut()
145 curl_easy_getinfo(curl, CURLINFO_HTTP_CONNECTCODE, in ourWriteOut()
151 curl_easy_getinfo(curl, CURLINFO_HEADER_SIZE, &longinfo)) in ourWriteOut()
156 curl_easy_getinfo(curl, CURLINFO_REQUEST_SIZE, &longinfo)) in ourWriteOut()
161 curl_easy_getinfo(curl, CURLINFO_NUM_CONNECTS, &longinfo)) in ourWriteOut()
166 curl_easy_getinfo(curl, CURLINFO_REDIRECT_COUNT, &longinfo)) in ourWriteOut()
171 curl_easy_getinfo(curl, CURLINFO_REDIRECT_TIME, in ourWriteOut()
177 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &doubleinfo)) in ourWriteOut()
182 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME, in ourWriteOut()
[all …]
Dtool_writeenv.c83 if(curl_easy_getinfo(curl, variables[i].id, &string) == CURLE_OK) in ourWriteEnv()
90 if(curl_easy_getinfo(curl, variables[i].id, &longinfo) == CURLE_OK) { in ourWriteEnv()
98 if(curl_easy_getinfo(curl, variables[i].id, &doubleinfo) == CURLE_OK) { in ourWriteEnv()
Dtool_xattr.c63 CURLcode result = curl_easy_getinfo(curl, mappings[i].info, &value); in fwrite_xattr()
Dtool_help.c339 curl_easy_getinfo(curl, CURLINFO_SSL_ENGINES, &engines); in tool_list_engines()
/external/curl/tests/libtest/
Dlib500.c94 res = curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP, &ipstr); in test()
104 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME, &time_namelookup); in test()
105 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME, &time_connect); in test()
106 curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME, &time_pretransfer); in test()
107 curl_easy_getinfo(curl, CURLINFO_STARTTRANSFER_TIME, in test()
109 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &time_total); in test()
Dlib1511.c47 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()
60 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()
Dlib566.c51 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, in test()
Dlib599.c80 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, in test()
Dlib573.c96 curl_easy_getinfo(c, CURLINFO_CONNECT_TIME, &connect_time); in test()
/external/curl/docs/examples/
Dchkspeed.c171 res = curl_easy_getinfo(curl_handle, CURLINFO_SIZE_DOWNLOAD, &val); in main()
176 res = curl_easy_getinfo(curl_handle, CURLINFO_TOTAL_TIME, &val); in main()
181 res = curl_easy_getinfo(curl_handle, CURLINFO_SPEED_DOWNLOAD, &val); in main()
187 res = curl_easy_getinfo(curl_handle, CURLINFO_NAMELOOKUP_TIME, &val); in main()
192 res = curl_easy_getinfo(curl_handle, CURLINFO_CONNECT_TIME, &val); in main()
Dgetredirect.c49 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); in main()
56 res = curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &location); in main()
Dfileupload.c79 curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD, &speed_upload); in main()
80 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &total_time); in main()
Dftpgetinfo.c69 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in main()
74 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, in main()
Dmulti-uv.c114 curl_easy_getinfo(message->easy_handle, CURLINFO_EFFECTIVE_URL, in check_multi_info()
116 curl_easy_getinfo(message->easy_handle, CURLINFO_PRIVATE, &file); in check_multi_info()
Dgetinfo.c42 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &ct); in main()
Dcertinfo.c66 res = curl_easy_getinfo(curl, CURLINFO_CERTINFO, &ptr.to_info); in main()
Dsessioninfo.c47 res = curl_easy_getinfo(curl, CURLINFO_TLS_SESSION, &info); in wrfu()
/external/libbrillo/brillo/http/
Dcurl_api.cc89 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/google-breakpad/src/common/linux/
Dhttp_upload.cc167 CURLcode (*curl_easy_getinfo)(CURL *, CURLINFO, ...); in SendRequest() local
168 *(void**) (&curl_easy_getinfo) = dlsym(curl_lib, "curl_easy_getinfo"); in SendRequest()
169 (*curl_easy_getinfo)(curl, CURLINFO_RESPONSE_CODE, response_code); in SendRequest()
/external/curl/docs/libcurl/
DMakefile.am27 man_MANS = curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \
46 HTMLPAGES = curl_easy_cleanup.html curl_easy_getinfo.html \
67 PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf \
/external/libmicrohttpd/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()
/external/google-breakpad/src/third_party/curl/
Deasy.h47 CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
/external/curl/include/curl/
Deasy.h46 CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
/external/curl/lib/
Dlibcurl.def11 curl_easy_getinfo @ 2 ;
/external/curl/packages/EPM/
Dcurl.list.in28 f 0644 cowo pppusers ${mandir}/man3/curl_easy_getinfo.3 ./docs/curl_easy_getinfo.3

123