Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_simple_vhost.c18 buffer *docroot_cache_key; member
60 buffer_free(s->docroot_cache_key); in FREE_FUNC()
102 s->docroot_cache_key = buffer_init(); in SETDEFAULTS_FUNC()
183 PATCH(docroot_cache_key); in mod_simple_vhost_patch_connection()
203 PATCH(docroot_cache_key); in mod_simple_vhost_patch_connection()
231 if (p->conf.docroot_cache_key->used && in mod_simple_vhost_docroot()
233 buffer_is_equal(p->conf.docroot_cache_key, con->uri.authority)) { in mod_simple_vhost_docroot()
258 buffer_copy_string_buffer(p->conf.docroot_cache_key, con->uri.authority); in mod_simple_vhost_docroot()