Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_getparam.c1997 if(!config->url_out) in getparameter()
1998 config->url_out = config->url_list; in getparameter()
1999 if(config->url_out) { in getparameter()
2002 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()
2003 config->url_out = config->url_out->next; in getparameter()
2008 if(config->url_out) in getparameter()
2010 url = config->url_out; in getparameter()
2013 config->url_out = url = new_getout(config); in getparameter()
Dtool_cfgable.h134 struct getout *url_out; /* point to the node to fill in outfile */ member
Dtool_cfgable.c108 config->url_out = NULL; in free_config_fields()