Lines Matching refs:vhostdb_cache_entry
46 } vhostdb_cache_entry; typedef
48 static vhostdb_cache_entry *
53 vhostdb_cache_entry * const ve = in vhostdb_cache_entry_init()
54 ck_malloc(sizeof(vhostdb_cache_entry) + slen + dlen); in vhostdb_cache_entry_init()
66 vhostdb_cache_entry_free (vhostdb_cache_entry *ve) in vhostdb_cache_entry_free()
97 static vhostdb_cache_entry *
103 vhostdb_cache_entry * const ve = in mod_vhostdb_cache_query()
113 mod_vhostdb_cache_insert (request_st * const r, plugin_data * const p, vhostdb_cache_entry * const … in mod_vhostdb_cache_insert()
240 vhostdb_cache_entry *ve; in REQUEST_FUNC()
258 static handler_t mod_vhostdb_found (request_st * const r, vhostdb_cache_entry * const ve) in mod_vhostdb_found()
271 vhostdb_cache_entry *ve; in REQUEST_FUNC()
330 const vhostdb_cache_entry * const ve = t->data; in mod_vhostdb_tag_old_entries()