Home
last modified time | relevance | path

Searched refs:url_ul (Results 1 – 2 of 2) sorted by relevance

/external/curl/src/
Dtool_getparam.c2004 if(!config->url_ul) in getparameter()
2005 config->url_ul = config->url_list; in getparameter()
2006 if(config->url_ul) { in getparameter()
2009 while(config->url_ul && (config->url_ul->flags & GETOUT_UPLOAD)) in getparameter()
2010 config->url_ul = config->url_ul->next; in getparameter()
2015 if(config->url_ul) in getparameter()
2017 url = config->url_ul; in getparameter()
2020 config->url_ul = url = new_getout(config); in getparameter()
Dtool_cfgable.h120 struct getout *url_ul; /* point to the node to fill in upload */ member