Searched refs:match_key (Results 1 – 1 of 1) sorted by relevance
526 static ossl_inline int match_key(HT_KEY *a, HT_KEY *b) in match_key() function568 if (compare_hash(hash, ihash) && match_key(&newval->value.key, in ossl_ht_insert_locked()703 if (compare_hash(hash, ehash) && match_key(&ival->value.key, key)) in ossl_ht_get()744 && match_key(key, &v->value.key)) { in ossl_ht_delete()
Completed in 9 milliseconds