Searched refs:proto_default (Results 1 – 4 of 4) sorted by relevance
42 config->proto_default = NULL; in config_init()154 Curl_safefree(config->proto_default); in free_config_fields()
68 char *proto_default; member
1681 err = getstr(&config->proto_default, nextarg, DENY_BLANK); in getparameter()1683 err = check_protocol(config->proto_default); in getparameter()
1702 if(config->proto_default) in config2setopts()1703 my_setopt_str(curl, CURLOPT_DEFAULT_PROTOCOL, config->proto_default); in config2setopts()
Completed in 27 milliseconds