Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_status.c25 buffer *status_url; member
89 buffer_free(s->status_url); in FREE_FUNC()
125 s->status_url = buffer_init(); in SETDEFAULTS_FUNC()
129 cv[0].destination = s->status_url; in SETDEFAULTS_FUNC()
776 PATCH(status_url); in mod_status_patch_connection()
794 PATCH(status_url); in mod_status_patch_connection()
815 if (!buffer_is_empty(p->conf.status_url) && in mod_status_handler()
816 buffer_is_equal(p->conf.status_url, con->uri.path)) { in mod_status_handler()