Searched refs:proto_default (Results 1 – 4 of 4) sorted by relevance
42 config->proto_default = NULL; in config_init()149 Curl_safefree(config->proto_default); in free_config_fields()
68 char *proto_default; member
1496 GetStr(&config->proto_default, nextarg); in getparameter()1497 err = check_protocol(config->proto_default); in getparameter()
2356 if(config->proto_default) in single_transfer()2357 my_setopt_str(curl, CURLOPT_DEFAULT_PROTOCOL, config->proto_default); in single_transfer()