Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h136 char *doh_url; member
H A Dtool_cfgable.c116 Curl_safefree(config->doh_url); in free_config_fields()
H A Dtool_getparam.c1199 err = getstr(&config->doh_url, nextarg, ALLOW_BLANK); in getparameter()
1200 if(!err && config->doh_url && !config->doh_url[0]) in getparameter()
1202 Curl_safefree(config->doh_url); in getparameter()
H A Dtool_operate.c2074 if(config->doh_url) in single_transfer()
2075 my_setopt_str(curl, CURLOPT_DOH_URL, config->doh_url); in single_transfer()
3030 (!config->insecure_ok || (config->doh_url && !config->doh_insecure_ok))) { in transfer_per_config()

Completed in 20 milliseconds