/curl/lib/ |
H A D | getinfo.c | 50 struct PureInfo *info = &data->info; in Curl_initinfo() local 94 static CURLcode getinfo_char(struct Curl_easy *data, CURLINFO info, in getinfo_char() 194 static CURLcode getinfo_long(struct Curl_easy *data, CURLINFO info, in getinfo_long() 366 static CURLcode getinfo_offt(struct Curl_easy *data, CURLINFO info, in getinfo_offt() 462 static CURLcode getinfo_double(struct Curl_easy *data, CURLINFO info, in getinfo_double() 536 static CURLcode getinfo_slist(struct Curl_easy *data, CURLINFO info, in getinfo_slist() 585 static CURLcode getinfo_socket(struct Curl_easy *data, CURLINFO info, in getinfo_socket() 599 CURLcode Curl_getinfo(struct Curl_easy *data, CURLINFO info, ...) in Curl_getinfo()
|
H A D | fileinfo.h | 32 struct curl_fileinfo info; member
|
H A D | version.c | 427 static int idn_present(curl_version_info_data *info) in idn_present() 437 static int https_proxy_present(curl_version_info_data *info) in https_proxy_present() 445 static int ech_present(curl_version_info_data *info) in ech_present()
|
H A D | idn.c | 104 UIDNAInfo info = UIDNA_INFO_INITIALIZER; in mac_idn_to_ascii() local 132 UIDNAInfo info = UIDNA_INFO_INITIALIZER; in mac_ascii_to_idn() local
|
H A D | mprintf.c | 1069 struct nsprintf info; in curl_mvsnprintf() local 1115 struct asprintf info; in Curl_dyn_vprintf() local 1129 struct asprintf info; in curl_mvaprintf() local
|
H A D | easy.c | 850 CURLcode curl_easy_getinfo(CURL *data, CURLINFO info, ...) in curl_easy_getinfo()
|
H A D | openldap.c | 978 char *info = NULL; in oldap_recv() local
|
H A D | urldata.h | 1956 struct PureInfo info; /* stats, reports and info data */ member
|
/curl/tests/libtest/ |
H A D | lib1556.c | 37 struct headerinfo *info = (struct headerinfo *)stream; in header() local 52 struct headerinfo info = {0}; in test() local
|
H A D | lib582.c | 197 const char *info) in notifyCurl()
|
H A D | lib530.c | 229 const char *info) in socket_action()
|
/curl/include/curl/ |
H A D | typecheck-gcc.h | 120 #define curl_easy_getinfo(handle, info, arg) \ argument 413 #define curlcheck_string_info(info) \ argument 418 #define curlcheck_long_info(info) \ argument 422 #define curlcheck_double_info(info) \ argument 426 #define curlcheck_slist_info(info) \ argument 430 #define curlcheck_tlssessioninfo_info(info) \ argument 434 #define curlcheck_certinfo_info(info) ((info) == CURLINFO_CERTINFO) argument 437 #define curlcheck_socket_info(info) \ argument 441 #define curlcheck_off_t_info(info) \ argument
|
H A D | curl.h | 3254 #define curl_easy_getinfo(handle,info,arg) curl_easy_getinfo(handle,info,arg) argument
|
/curl/docs/examples/ |
H A D | sessioninfo.c | 42 const struct curl_tlssessioninfo *info; in wrfu() local
|
/curl/tests/unit/ |
H A D | unit1652.c | 84 static int verify(const char *info, const char *two) in verify()
|
/curl/src/ |
H A D | tool_xattr.c | 34 CURLINFO info; member
|
/curl/tests/http/ |
H A D | scorecard.py | 64 def info(self, msg): member in ScoreCard
|
/curl/lib/vtls/ |
H A D | vtls_int.h | 137 curl_ssl_backend info; member
|
H A D | vtls.c | 1315 CURLINFO info) in multissl_get_internals() 2084 CURLINFO info, int n) in Curl_ssl_get_internals()
|
H A D | openssl.c | 5320 CURLINFO info)
|
/curl/packages/OS400/ |
H A D | ccsidcurl.c | 551 curl_certinfo_free_all(struct curl_certinfo *info) in curl_certinfo_free_all() 568 curl_easy_getinfo_ccsid(CURL *curl, CURLINFO info, ...) in curl_easy_getinfo_ccsid()
|