Searched refs:url_out (Results 1 – 3 of 3) sorted by relevance
2324 if(!config->url_out) in getparameter()2325 config->url_out = config->url_list; in getparameter()2326 if(config->url_out) { in getparameter()2329 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()2330 config->url_out = config->url_out->next; in getparameter()2335 if(config->url_out) in getparameter()2337 url = config->url_out; in getparameter()2342 config->url_out = url = new_getout(config); in getparameter()
131 struct getout *url_out; /* point to the node to fill in outfile */ member
111 config->url_out = NULL; in free_config_fields()
Completed in 12 milliseconds