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.h54 char *proto_default; member
Dtool_getparam.c1036 GetStr(&config->proto_default, nextarg); in getparameter()
1037 err = check_protocol(config->proto_default); in getparameter()
Dtool_operate.c1409 if(config->proto_default) in operate_do()
1410 my_setopt_str(curl, CURLOPT_DEFAULT_PROTOCOL, config->proto_default); in operate_do()