Searched refs:url_out (Results 1 – 3 of 3) sorted by relevance
1803 if(!config->url_out) in getparameter()1804 config->url_out = config->url_list; in getparameter()1805 if(config->url_out) { in getparameter()1808 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()1809 config->url_out = config->url_out->next; in getparameter()1814 if(config->url_out) in getparameter()1816 url = config->url_out; in getparameter()1819 config->url_out = url = new_getout(config); in getparameter()
116 struct getout *url_out; /* point to the node to fill in outfile */ member
102 config->url_out = NULL; in free_config_fields()