Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c216 unsigned short fix_root_path_name; member
1037 df->fix_root_path_name = 0; in SETDEFAULTS_FUNC()
1054 fcv[13].destination = &(df->fix_root_path_name); in SETDEFAULTS_FUNC()
2840 … if (host->fix_root_path_name && extension->key->ptr[0] == '/' && extension->key->ptr[1] == '\0') { in scgi_check_extension()
H A Dmod_fastcgi.c235 unsigned short fix_root_path_name; member
1288 host->fix_root_path_name = 0; in SETDEFAULTS_FUNC()
1307 fcv[15].destination = &(host->fix_root_path_name); in SETDEFAULTS_FUNC()
3643 … if (host->fix_root_path_name && extension->key->ptr[0] == '/' && extension->key->ptr[1] == '\0') { in fcgi_check_extension()