Lines Matching refs:QUERY
54 } QUERY; typedef
56 DEFINE_LHASH_OF_EX(QUERY);
61 LHASH_OF(QUERY) *cache;
91 LHASH_OF(QUERY) *cache;
186 static unsigned long query_hash(const QUERY *a) in query_hash()
191 static int query_cmp(const QUERY *a, const QUERY *b) in query_cmp()
210 static void impl_cache_free(QUERY *elem) in impl_cache_free()
615 IMPLEMENT_LHASH_DOALL_ARG(QUERY, IMPL_CACHE_FLUSH);
633 static void impl_cache_flush_cache(QUERY *c, IMPL_CACHE_FLUSH *state) in impl_cache_flush_cache()
693 QUERY elem, *r; in ossl_method_store_cache_get()
724 QUERY elem, *old, *p = NULL; in ossl_method_store_cache_set()