Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_simple_vhost.c20 buffer *docroot_cache_servername; member
62 buffer_free(s->docroot_cache_servername); in FREE_FUNC()
104 s->docroot_cache_servername = buffer_init(); in SETDEFAULTS_FUNC()
185 PATCH(docroot_cache_servername); in mod_simple_vhost_patch_connection()
205 PATCH(docroot_cache_servername); in mod_simple_vhost_patch_connection()
236 buffer_copy_string_buffer(con->server_name, p->conf.docroot_cache_servername); in mod_simple_vhost_docroot()
260 buffer_copy_string_buffer(p->conf.docroot_cache_servername, con->server_name); in mod_simple_vhost_docroot()