Lines Matching refs:vhostdb_cache
27 } 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()
285 if (p->conf.vhostdb_cache && (ve = mod_vhostdb_cache_query(r, p))) in REQUEST_FUNC()
306 if (ve && !p->conf.vhostdb_cache) in REQUEST_FUNC()
311 if (!p->conf.vhostdb_cache) in REQUEST_FUNC()
374 vhostdb_cache *vc = cpv->v.v; in TRIGGER_FUNC()