Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_vhostdb.c27 } vhostdb_cache; typedef
31 vhostdb_cache *vhostdb_cache; member
72 vhostdb_cache_free (vhostdb_cache *vc) in vhostdb_cache_free()
82 static vhostdb_cache *
85 vhostdb_cache *vc = ck_malloc(sizeof(vhostdb_cache)); in vhostdb_cache_init()
101 splay_tree ** const sptree = &p->conf.vhostdb_cache->sptree; in mod_vhostdb_cache_query()
116 splay_tree ** const sptree = &p->conf.vhostdb_cache->sptree; in mod_vhostdb_cache_insert()
162 pconf->vhostdb_cache = cpv->v.v; in mod_vhostdb_merge_config_cpv()
306 if (ve && !p->conf.vhostdb_cache) in REQUEST_FUNC()
311 if (!p->conf.vhostdb_cache) in REQUEST_FUNC()
[all …]