Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getparam.c2457 if(!config->url_ul) in getparameter()
2458 config->url_ul = config->url_list; in getparameter()
2459 if(config->url_ul) { in getparameter()
2462 while(config->url_ul && (config->url_ul->flags & GETOUT_UPLOAD)) in getparameter()
2463 config->url_ul = config->url_ul->next; in getparameter()
2468 if(config->url_ul) in getparameter()
2470 url = config->url_ul; in getparameter()
2473 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 12 milliseconds