/external/libbrillo/brillo/http/ |
D | curl_api.h | 59 CURLINFO info, 62 CURLINFO info, 65 CURLINFO info, 68 CURLINFO info, 159 CURLcode EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const override; 161 CURLINFO info, 164 CURLINFO info, 167 CURLINFO info,
|
D | mock_curl_api.h | 42 (CURL*, CURLINFO, int*), 46 (CURL*, CURLINFO, double*), 50 (CURL*, CURLINFO, std::string*), 54 (CURL*, CURLINFO, void**),
|
D | curl_api.cc | 86 CURLcode CurlApi::EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const { in EasyGetInfoInt() 96 CURLINFO info, in EasyGetInfoDbl() 103 CURLINFO info, in EasyGetInfoStr() 114 CURLINFO info, in EasyGetInfoPtr()
|
/external/curl/src/ |
D | tool_writeout_json.c | 81 static int writeTime(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeTime() 94 static int writeString(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeString() 106 static int writeLong(FILE *str, CURL *curl, const char *key, CURLINFO ci, in writeLong() 123 static int writeOffset(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeOffset() 146 static int writeVersion(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeVersion() 167 CURLINFO cinfo = mappings[i].cinfo; in ourWriteOutJSON()
|
D | tool_writeout.h | 81 CURLINFO cinfo;
|
D | tool_xattr.c | 42 CURLINFO info;
|
/external/curl/lib/ |
D | getinfo.c | 92 static CURLcode getinfo_char(struct Curl_easy *data, CURLINFO info, in getinfo_char() 169 static CURLcode getinfo_long(struct Curl_easy *data, CURLINFO info, in getinfo_long() 322 static CURLcode getinfo_offt(struct Curl_easy *data, CURLINFO info, in getinfo_offt() 401 static CURLcode getinfo_double(struct Curl_easy *data, CURLINFO info, in getinfo_double() 475 static CURLcode getinfo_slist(struct Curl_easy *data, CURLINFO info, in getinfo_slist() 530 static CURLcode getinfo_socket(struct Curl_easy *data, CURLINFO info, in getinfo_socket() 544 CURLcode Curl_getinfo(struct Curl_easy *data, CURLINFO info, ...) in Curl_getinfo()
|
D | getinfo.h | 24 CURLcode Curl_getinfo(struct Curl_easy *data, CURLINFO info, ...);
|
D | easy.c | 737 CURLcode curl_easy_getinfo(struct Curl_easy *data, CURLINFO info, ...) in curl_easy_getinfo()
|
/external/google-breakpad/src/third_party/curl/ |
D | easy.h | 47 CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
|
/external/curl/include/curl/ |
D | easy.h | 57 CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.h | 261 virtual CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, 263 virtual CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info,
|
D | curl_http_request.cc | 90 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() 95 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo()
|
D | curl_http_request_test.cc | 180 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() 191 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo()
|
/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.h | 112 CURLcode (*easy_getinfo_)(CURL *, CURLINFO info, ...);
|
D | http_upload.cc | 174 CURLcode (*curl_easy_getinfo)(CURL *, CURLINFO, ...); in SendRequest()
|
D | libcurl_wrapper.cc | 253 CURLcode(*)(CURL *, CURLINFO info, ...)); in SetFunctionPointers()
|
/external/curl/packages/OS400/ |
D | ccsidcurl.h | 52 CURL_EXTERN CURLcode curl_easy_getinfo_ccsid(CURL * curl, CURLINFO info, ...);
|
D | curl.inc.in | 1532 d CURLINFO s 10i 0 based(######ptr######) Enum 2437 d info value like(CURLINFO) 2444 d info value like(CURLINFO) 2451 d info value like(CURLINFO) 2458 d info value like(CURLINFO) 2465 d info value like(CURLINFO) 2472 d info value like(CURLINFO) 2479 d info value like(CURLINFO) 2734 d info value like(CURLINFO)
|
/external/curl/lib/vtls/ |
D | vtls.h | 62 void *(*get_internals)(struct ssl_connect_data *connssl, CURLINFO info);
|
D | mesalink.c | 626 CURLINFO info UNUSED_PARAM) in Curl_mesalink_get_internals()
|
D | wolfssl.c | 1110 CURLINFO info UNUSED_PARAM) in Curl_wolfssl_get_internals()
|
D | bearssl.c | 798 CURLINFO info UNUSED_PARAM) in Curl_bearssl_get_internals()
|
D | mbedtls.c | 1074 CURLINFO info UNUSED_PARAM) in Curl_mbedtls_get_internals()
|
/external/curl/tests/data/ |
D | test1135 | 73 CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
|