Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_staticfile.c29 unsigned short disable_pathinfo; member
102 s->disable_pathinfo = 0; in SETDEFAULTS_FUNC()
106 cv[2].destination = &(s->disable_pathinfo); in SETDEFAULTS_FUNC()
126 PATCH(disable_pathinfo); in mod_staticfile_patch_connection()
145 PATCH(disable_pathinfo); in mod_staticfile_patch_connection()
385 if (p->conf.disable_pathinfo && 0 != con->request.pathinfo->used) { in URIHANDLER_FUNC()