Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml.c48 buffer_free(s->mc_namespace); in FREE_FUNC()
94 s->mc_namespace = buffer_init(); in SETDEFAULTS_FUNC()
102 cv[2].destination = s->mc_namespace; in SETDEFAULTS_FUNC()
148 PATCH(mc_namespace); in mod_cml_patch_connection()
170 PATCH(mc_namespace); in mod_cml_patch_connection()
H A Dmod_trigger_b4_dl.c41 buffer *mc_namespace; member
99 buffer_free(s->mc_namespace); in FREE_FUNC()
161 s->mc_namespace = buffer_init(); in SETDEFAULTS_FUNC()
169 cv[6].destination = s->mc_namespace; in SETDEFAULTS_FUNC()
263 PATCH(mc_namespace); in mod_trigger_b4_dl_patch_connection()
300 PATCH(mc_namespace); in mod_trigger_b4_dl_patch_connection()
389 buffer_copy_string_buffer(p->tmp_buf, p->conf.mc_namespace); in URIHANDLER_FUNC()
476 buffer_copy_string_buffer(p->tmp_buf, p->conf.mc_namespace); in URIHANDLER_FUNC()
H A Dmod_cml.h21 buffer *mc_namespace; member