Searched refs:url_out (Results 1 – 3 of 3) sorted by relevance
1863 if(!config->url_out) in getparameter()1864 config->url_out = config->url_list; in getparameter()1865 if(config->url_out) { in getparameter()1868 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()1869 config->url_out = config->url_out->next; in getparameter()1874 if(config->url_out) in getparameter()1876 url = config->url_out; in getparameter()1879 config->url_out = url = new_getout(config); in getparameter()
119 struct getout *url_out; /* point to the node to fill in outfile */ member
105 config->url_out = NULL; in free_config_fields()