Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_getparam.c1803 if(!config->url_out) in getparameter()
1804 config->url_out = config->url_list; in getparameter()
1805 if(config->url_out) { in getparameter()
1808 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()
1809 config->url_out = config->url_out->next; in getparameter()
1814 if(config->url_out) in getparameter()
1816 url = config->url_out; in getparameter()
1819 config->url_out = url = new_getout(config); in getparameter()
Dtool_cfgable.h116 struct getout *url_out; /* point to the node to fill in outfile */ member
Dtool_cfgable.c102 config->url_out = NULL; in free_config_fields()