Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_getparam.c2564 if(!config->url_ul) in getparameter()
2565 config->url_ul = config->url_list; in getparameter()
2566 if(config->url_ul) { in getparameter()
2569 while(config->url_ul && (config->url_ul->flags & GETOUT_UPLOAD)) in getparameter()
2570 config->url_ul = config->url_ul->next; in getparameter()
2575 if(config->url_ul) in getparameter()
2577 url = config->url_ul; in getparameter()
2580 config->url_ul = url = new_getout(config); in getparameter()
Dtool_cfgable.h130 struct getout *url_ul; /* point to the node to fill in upload */ member