Lines Matching refs:cache
62 LHASH_OF(QUERY) *cache;
92 LHASH_OF(QUERY) *cache;
221 lh_QUERY_doall(alg->cache, &impl_cache_free); in impl_cache_flush_alg()
222 lh_QUERY_flush(alg->cache); in impl_cache_flush_alg()
231 lh_QUERY_doall(a->cache, &impl_cache_free); in alg_cleanup()
232 lh_QUERY_free(a->cache); in alg_cleanup()
392 || (alg->cache = lh_QUERY_new(&query_hash, &query_cmp)) == NULL) in ossl_method_store_add()
739 store->cache_nelem -= lh_QUERY_num_items(alg->cache); in ossl_method_cache_flush_alg()
797 impl_cache_free(lh_QUERY_delete(state->cache, c)); in impl_cache_flush_cache()
806 unsigned long orig_down_load = lh_QUERY_get_down_load(alg->cache); in impl_cache_flush_one_alg()
808 state->cache = alg->cache; in impl_cache_flush_one_alg()
809 lh_QUERY_set_down_load(alg->cache, 0); in impl_cache_flush_one_alg()
810 lh_QUERY_doall_IMPL_CACHE_FLUSH(state->cache, &impl_cache_flush_cache, in impl_cache_flush_one_alg()
812 lh_QUERY_set_down_load(alg->cache, orig_down_load); in impl_cache_flush_one_alg()
853 r = lh_QUERY_retrieve(alg->cache, &elem); in ossl_method_store_cache_get()
892 if ((old = lh_QUERY_delete(alg->cache, &elem)) != NULL) { in ossl_method_store_cache_set()
908 if ((old = lh_QUERY_insert(alg->cache, p)) != NULL) { in ossl_method_store_cache_set()
912 if (!lh_QUERY_error(alg->cache)) { in ossl_method_store_cache_set()