Home
last modified time | relevance | path

Searched refs:proto_https (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/curl/src/
H A Dtool_libinfo.c47 const char *proto_https = NULL; variable
65 { "https", &proto_https },
H A Dtool_cb_hdr.c134 if((scheme == proto_http || scheme == proto_https)) { in tool_header_cb()
284 (scheme == proto_http || scheme == proto_https || in tool_header_cb()
H A Dtool_libinfo.h43 extern const char *proto_https;
H A Dtool_operate.c578 if(scheme == proto_http || scheme == proto_https) { in post_per_transfer()