Searched refs:url_out (Results 1 – 3 of 3) sorted by relevance
1997 if(!config->url_out) in getparameter()1998 config->url_out = config->url_list; in getparameter()1999 if(config->url_out) { in getparameter()2002 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()2003 config->url_out = config->url_out->next; in getparameter()2008 if(config->url_out) in getparameter()2010 url = config->url_out; in getparameter()2013 config->url_out = url = new_getout(config); in getparameter()
134 struct getout *url_out; /* point to the node to fill in outfile */ member
108 config->url_out = NULL; in free_config_fields()