Searched refs:proto_https (Results 1 – 4 of 4) sorted by relevance
49 const char *proto_https = NULL; variable63 { "https", &proto_https },
42 extern const char *proto_https;
139 (scheme == proto_http || scheme == proto_https)) { in tool_header_cb()199 (scheme == proto_http || scheme == proto_https || in tool_header_cb()
494 if(scheme == proto_http || scheme == proto_https) { in post_per_transfer()