Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_libinfo.c47 const char *proto_https = NULL; variable
65 { "https", &proto_https },
Dtool_libinfo.h43 extern const char *proto_https;
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()
Dtool_operate.c572 if(scheme == proto_http || scheme == proto_https) { in post_per_transfer()