Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_getparam.c2137 if(!config->url_ul) in getparameter()
2138 config->url_ul = config->url_list; in getparameter()
2139 if(config->url_ul) { in getparameter()
2142 while(config->url_ul && (config->url_ul->flags & GETOUT_UPLOAD)) in getparameter()
2143 config->url_ul = config->url_ul->next; in getparameter()
2148 if(config->url_ul) in getparameter()
2150 url = config->url_ul; in getparameter()
2153 config->url_ul = url = new_getout(config); in getparameter()
Dtool_cfgable.h135 struct getout *url_ul; /* point to the node to fill in upload */ member