Searched refs:stat_cache_entry (Results 1 – 13 of 13) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | stat_cache.h | 14 typedef struct stat_cache_entry { struct 25 } stat_cache_entry; argument 48 const buffer * stat_cache_content_type_get_by_xattr(stat_cache_entry *sce, const array *mimetypes, … 51 const buffer * stat_cache_content_type_get_by_ext(stat_cache_entry *sce, const array *mimetypes); 54 const buffer * stat_cache_etag_get(stat_cache_entry *sce, int flags); 59 stat_cache_entry * stat_cache_get_entry(const buffer *name); 60 stat_cache_entry * stat_cache_get_entry_open(const buffer *name, int symlinks);
|
| H A D | http_chunk.h | 9 struct stat_cache_entry; /* declaration */ 17 int http_chunk_append_file_ref(request_st *r, struct stat_cache_entry *sce); /* copies "fn" */ 19 void http_chunk_append_file_ref_range(request_st *r, struct stat_cache_entry *sce, off_t offset, of…
|
| H A D | stat_cache.c | 804 static stat_cache_entry * stat_cache_entry_init(void) { in stat_cache_entry_init() 805 stat_cache_entry *sce = ck_calloc(1, sizeof(*sce)); in stat_cache_entry_init() 812 stat_cache_entry *sce = data; in stat_cache_entry_free() 833 stat_cache_entry * const sce = data; in stat_cache_entry_refchg() 1106 stat_cache_entry *sce = in stat_cache_update_entry() 1170 const buffer * const b = &((stat_cache_entry *)t->data)->name; in stat_cache_invalidate_dir_tree_walk() 1173 stat_cache_entry *sce = t->data; in stat_cache_invalidate_dir_tree_walk() 1203 const buffer * const b = &((stat_cache_entry *)t->data)->name; in stat_cache_tag_dir_tree() 1264 stat_cache_entry *sce = NULL; in stat_cache_get_entry() 1395 stat_cache_entry * const sce = stat_cache_get_entry(name); in stat_cache_get_entry_open() [all …]
|
| H A D | response.h | 11 struct stat_cache_entry;/* declaration */ 55 void http_response_send_file (request_st *r, const buffer *path, struct stat_cache_entry *sce);
|
| 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() 128 stat_cache_entry * const sce = stat_cache_get_entry(&sc->name); in script_cache_check_script()
|
| H A D | request.h | 16 struct stat_cache_entry;/* declaration */ 200 struct stat_cache_entry *tmp_sce; /*(value valid only in sequential code)*/
|
| H A D | http_chunk.c | 91 void http_chunk_append_file_ref_range(request_st * const r, stat_cache_entry * const sce, const off… in http_chunk_append_file_ref_range() 141 int http_chunk_append_file_ref(request_st * const r, stat_cache_entry * const sce) { in http_chunk_append_file_ref()
|
| H A D | response.c | 216 stat_cache_entry *sce = stat_cache_get_entry(&r->physical.path); in http_response_physical_path_check() 262 stat_cache_entry * const nsce = stat_cache_get_entry(&r->physical.path); in http_response_physical_path_check() 655 stat_cache_entry *sce = in http_response_static_errdoc()
|
| H A D | mod_magnet.c | 493 stat_cache_entry * const sce = *(stat_cache_entry **)lua_touserdata(L, -2); in magnet_stat_field() 713 stat_cache_entry * const sce = (!buffer_is_blank(sb)) in magnet_stat() 726 stat_cache_entry ** const udata =(struct stat_cache_entry**)/* (sp += 1) */ in magnet_stat() 727 lua_newuserdata0(L, sizeof(stat_cache_entry *)); in magnet_stat() 2229 stat_cache_entry * const sce = (!buffer_is_blank(fn)) in magnet_respbody_add() 2577 stat_cache_entry * const sce = (!buffer_is_blank(fn)) in magnet_attach_content()
|
| H A D | http-header-glue.c | 320 void http_response_send_file (request_st * const r, const buffer * const path, stat_cache_entry *sc… in http_response_send_file() 496 stat_cache_entry *sce; in http_response_xsendfile2()
|
| H A D | mod_dirlisting.c | 595 stat_cache_entry * const sce = 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 | mod_deflate.c | 2046 stat_cache_entry *sce = stat_cache_get_entry_open(tb, 1); in REQUEST_FUNC()
|
| /lighttpd1.4/ |
| H A D | NEWS | 1674 * [core] stat_cache_entry reference counting 1675 * [core] FILE_CHUNK can hold stat_cache_entry ref
|