Home
last modified time | relevance | path

Searched refs:url_out (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/src/
Dtool_getparam.c2434 if(!config->url_out) in getparameter()
2435 config->url_out = config->url_list; in getparameter()
2436 if(config->url_out) { in getparameter()
2439 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()
2440 config->url_out = config->url_out->next; in getparameter()
2445 if(config->url_out) in getparameter()
2447 url = config->url_out; in getparameter()
2452 config->url_out = url = new_getout(config); in getparameter()
Dtool_cfgable.h129 struct getout *url_out; /* point to the node to fill in outfile */ member
Dtool_cfgable.c111 config->url_out = NULL; in free_config_fields()