Searched refs:stat_cache_get_entry_open (Results 1 – 9 of 9) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | stat_cache.h | 60 stat_cache_entry * stat_cache_get_entry_open(const buffer *name, int symlinks);
|
| H A D | mod_magnet_cache.c | 52 stat_cache_entry * const sce = stat_cache_get_entry_open(&sc->name, 1); in script_cache_load_script()
|
| H A D | http-header-glue.c | 323 sce = stat_cache_get_entry_open(path, r->conf.follow_symlink); in http_response_send_file() 543 sce = stat_cache_get_entry_open(b, r->conf.follow_symlink); in http_response_xsendfile2()
|
| H A D | mod_dirlisting.c | 596 stat_cache_get_entry_open(path, r->conf.follow_symlink); in http_list_directory_include_file() 1474 stat_cache_entry * const sce = stat_cache_get_entry_open(tb, 1); in mod_dirlisting_cache_check()
|
| H A D | response.c | 656 stat_cache_get_entry_open(&r->physical.path, r->conf.follow_symlink); in http_response_static_errdoc()
|
| H A D | mod_magnet.c | 2230 ? stat_cache_get_entry_open(fn, r->conf.follow_symlink) in magnet_respbody_add() 2578 ? stat_cache_get_entry_open(fn, r->conf.follow_symlink) in magnet_attach_content()
|
| H A D | stat_cache.c | 1394 stat_cache_entry * stat_cache_get_entry_open(const buffer * const name, const int symlinks) { in stat_cache_get_entry_open() function
|
| H A D | mod_deflate.c | 2046 stat_cache_entry *sce = stat_cache_get_entry_open(tb, 1); in REQUEST_FUNC()
|
| /lighttpd1.4/ |
| H A D | NEWS | 805 * [core] clear etag in stat_cache_get_entry_open() 1645 * [core] stat_cache_get_entry_open() 1761 * [mod_flv_streaming] use stat_cache_get_entry_open
|