Searched refs:url_out (Results 1 – 3 of 3) sorted by relevance
2434 if(!config->url_out) in getparameter()2435 config->url_out = config->url_list; in getparameter()2436 if(config->url_out) { in getparameter()2439 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()2440 config->url_out = config->url_out->next; in getparameter()2445 if(config->url_out) in getparameter()2447 url = config->url_out; in getparameter()2452 config->url_out = url = new_getout(config); in getparameter()
129 struct getout *url_out; /* point to the node to fill in outfile */ member
111 config->url_out = NULL; in free_config_fields()