Searched refs:proxy_tls_authtype (Results 1 – 4 of 4) sorted by relevance
101 char *proxy_tls_authtype; member
79 Curl_safefree(config->proxy_tls_authtype); in free_config_fields()
2068 err = getstr(&config->proxy_tls_authtype, nextarg, DENY_BLANK); in getparameter()2069 if(!err && strcmp(config->proxy_tls_authtype, "SRP")) in getparameter()
1663 if(config->proxy_tls_authtype) in config2setopts()1665 config->proxy_tls_authtype); in config2setopts()
Completed in 19 milliseconds