Searched refs:proto_default (Results 1 – 4 of 4) sorted by relevance
43 config->proto_default = NULL; in config_init()146 Curl_safefree(config->proto_default); in free_config_fields()
74 char *proto_default; member
1171 GetStr(&config->proto_default, nextarg); in getparameter()1172 err = check_protocol(config->proto_default); in getparameter()
2001 if(config->proto_default) in single_transfer()2002 my_setopt_str(curl, CURLOPT_DEFAULT_PROTOCOL, config->proto_default); in single_transfer()