Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_getparam.c1944 if(!config->url_ul) in getparameter()
1945 config->url_ul = config->url_list; in getparameter()
1946 if(config->url_ul) { in getparameter()
1949 while(config->url_ul && (config->url_ul->flags & GETOUT_UPLOAD)) in getparameter()
1950 config->url_ul = config->url_ul->next; in getparameter()
1955 if(config->url_ul) in getparameter()
1957 url = config->url_ul; in getparameter()
1960 config->url_ul = url = new_getout(config); in getparameter()
Dtool_cfgable.h117 struct getout *url_ul; /* point to the node to fill in upload */ member