Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_staticfile.c27 array *exclude_ext; member
66 array_free(s->exclude_ext); in FREE_FUNC()
100 s->exclude_ext = array_init(); in SETDEFAULTS_FUNC()
104 cv[0].destination = s->exclude_ext; in SETDEFAULTS_FUNC()
124 PATCH(exclude_ext); in mod_staticfile_patch_connection()
141 PATCH(exclude_ext); in mod_staticfile_patch_connection()
393 for (k = 0; k < p->conf.exclude_ext->used; k++) { in URIHANDLER_FUNC()
394 ds = (data_string *)p->conf.exclude_ext->data[k]; in URIHANDLER_FUNC()