Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getparam.c2320 if(!config->url_out) in getparameter()
2321 config->url_out = config->url_list; in getparameter()
2322 if(config->url_out) { in getparameter()
2325 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()
2326 config->url_out = config->url_out->next; in getparameter()
2331 if(config->url_out) in getparameter()
2333 url = config->url_out; in getparameter()
2338 config->url_out = url = new_getout(config); in getparameter()
H A Dtool_cfgable.h131 struct getout *url_out; /* point to the node to fill in outfile */ member
H A Dtool_cfgable.c111 config->url_out = NULL; in free_config_fields()

Completed in 15 milliseconds