Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_status.c24 buffer *config_url; member
91 buffer_free(s->config_url); in FREE_FUNC()
124 s->config_url = buffer_init(); in SETDEFAULTS_FUNC()
130 cv[1].destination = s->config_url; in SETDEFAULTS_FUNC()
777 PATCH(config_url); in mod_status_patch_connection()
796 PATCH(config_url); in mod_status_patch_connection()
818 } else if (!buffer_is_empty(p->conf.config_url) && in mod_status_handler()
819 buffer_is_equal(p->conf.config_url, con->uri.path)) { in mod_status_handler()