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