Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_libinfo.c49 const char *proto_https = NULL; variable
65 { "https", &proto_https },
Dtool_libinfo.h42 extern const char *proto_https;
Dtool_cb_hdr.c144 (scheme == proto_http || scheme == proto_https)) { in tool_header_cb()
215 (scheme == proto_http || scheme == proto_https || in tool_header_cb()
Dtool_operate.c493 if(scheme == proto_http || scheme == proto_https) { in post_per_transfer()