Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_dirlisting.c54 unsigned short hide_dot_files; member
291 s->hide_dot_files = 0; in SETDEFAULTS_FUNC()
305 cv[2].destination = &(s->hide_dot_files); in SETDEFAULTS_FUNC()
339 PATCH(hide_dot_files); in mod_dirlisting_patch_connection()
367 PATCH(hide_dot_files); in mod_dirlisting_patch_connection()
639 int hide_dotfiles = p->conf.hide_dot_files; in http_list_directory()