Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dstat_cache.c546 sce->is_symlink = 0; in stat_cache_get_entry()
556 sce->is_symlink = 1; in stat_cache_get_entry()
584 sce->is_symlink = 1; in stat_cache_get_entry()
H A Dresponse.c575 if ((sce->is_symlink != 0) && !con->conf.follow_symlink) { in http_response_prepare()
596 } else if (!S_ISREG(sce->st.st_mode) && !sce->is_symlink) { in http_response_prepare()
689 if ((sce->is_symlink != 0) && !con->conf.follow_symlink) { in http_response_prepare()
H A Dbase.h226 char is_symlink; member
H A Dmod_staticfile.c423 if ((sce->is_symlink == 1) && !con->conf.follow_symlink) { in URIHANDLER_FUNC()
H A Dmod_compress.c760 if ((sce->is_symlink == 1) && !con->conf.follow_symlink) { in PHYSICALPATH_FUNC()