Searched refs:url_ul (Results 1 – 2 of 2) sorted by relevance
2457 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()
132 struct getout *url_ul; /* point to the node to fill in upload */ member
Completed in 23 milliseconds