Home
last modified time | relevance | path

Searched refs:allds (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_extforward.c273 data_string* allds = (data_string *)array_get_element(p->conf.forwarder, "all"); in is_proxy_trusted() local
275 if (allds) { in is_proxy_trusted()
276 if (strcasecmp(allds->value->ptr, "trust") == 0) { in is_proxy_trusted()