Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_simple_vhost.c15 buffer *default_host; member
57 buffer_free(s->default_host); in FREE_FUNC()
99 s->default_host = buffer_init(); in SETDEFAULTS_FUNC()
109 cv[1].destination = s->default_host; in SETDEFAULTS_FUNC()
180 PATCH(default_host); in mod_simple_vhost_patch_connection()
207 PATCH(default_host); in mod_simple_vhost_patch_connection()
244 p->conf.default_host)) { in mod_simple_vhost_docroot()
247 buffer_copy_string_buffer(con->server_name, p->conf.default_host); in mod_simple_vhost_docroot()