Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_getparam.c1863 if(!config->url_out) in getparameter()
1864 config->url_out = config->url_list; in getparameter()
1865 if(config->url_out) { in getparameter()
1868 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()
1869 config->url_out = config->url_out->next; in getparameter()
1874 if(config->url_out) in getparameter()
1876 url = config->url_out; in getparameter()
1879 config->url_out = url = new_getout(config); in getparameter()
Dtool_cfgable.h119 struct getout *url_out; /* point to the node to fill in outfile */ member
Dtool_cfgable.c105 config->url_out = NULL; in free_config_fields()