Lines Matching refs:conf
92 plugin_config conf; member
190 p->conf.x = s->x;
273 data_string* allds = (data_string *)array_get_element(p->conf.forwarder, "all"); in is_proxy_trusted()
283 return (data_string *)array_get_element(p->conf.forwarder, ipstr) ? IP_TRUSTED : IP_UNTRUSTED; in is_proxy_trusted()
292 array *forwarder = p->conf.forwarder; in last_not_in_array()
362 if (con->conf.log_request_handling) { in URIHANDLER_FUNC()
367 if (p->conf.headers->used) { in URIHANDLER_FUNC()
371 for(k = 0; k < p->conf.headers->used; k++) { in URIHANDLER_FUNC()
372 ds = (data_string *) p->conf.headers->data[k]; in URIHANDLER_FUNC()
381 if (con->conf.log_request_handling) { in URIHANDLER_FUNC()
400 if (con->conf.log_request_handling) { in URIHANDLER_FUNC()
424 if (con->conf.log_request_handling) { in URIHANDLER_FUNC()
460 if (con->conf.log_request_handling) { in URIHANDLER_FUNC()