Home
last modified time | relevance | path

Searched defs:stat_cache (Results 1 – 1 of 1) sorted by relevance

/lighttpd1.4/src/
H A Dstat_cache.c51 typedef struct stat_cache { struct
52 int stat_cache_engine; argument
53 splay_tree *files; /* nodes of tree are (stat_cache_entry *) */ argument
54 struct stat_cache_fam *scf; argument
55 } stat_cache; typedef