Home
last modified time | relevance | path

Searched refs:proto_default (Results 1 – 4 of 4) sorted by relevance

/external/curl/src/
Dtool_cfgable.c43 config->proto_default = NULL; in config_init()
134 Curl_safefree(config->proto_default); in free_config_fields()
Dtool_cfgable.h60 char *proto_default; member
Dtool_getparam.c1079 GetStr(&config->proto_default, nextarg); in getparameter()
1080 err = check_protocol(config->proto_default); in getparameter()
Dtool_operate.c1509 if(config->proto_default) in operate_do()
1510 my_setopt_str(curl, CURLOPT_DEFAULT_PROTOCOL, config->proto_default); in operate_do()