Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getparam.c2453 if(!config->url_ul) in getparameter()
2454 config->url_ul = config->url_list; in getparameter()
2455 if(config->url_ul) { in getparameter()
2458 while(config->url_ul && (config->url_ul->flags & GETOUT_UPLOAD)) in getparameter()
2459 config->url_ul = config->url_ul->next; in getparameter()
2464 if(config->url_ul) in getparameter()
2466 url = config->url_ul; in getparameter()
2469 config->url_ul = url = new_getout(config); in getparameter()
H A Dtool_cfgable.h132 struct getout *url_ul; /* point to the node to fill in upload */ member

Completed in 14 milliseconds