Searched refs:ossl_ht_count (Results 1 – 4 of 4) sorted by relevance
9 ossl_ht_delete, ossl_ht_count,32 size_t ossl_ht_count(HT *htable);122 ossl_ht_count() returns the number of elements within the hash table.276 ossl_ht_count() returns the number of elements in the hash table349 if (ossl_ht_count(ht) != 1)
260 if (!TEST_int_eq((size_t)ossl_ht_count(ht), n_int_tests)) in test_int_hashtable()451 if (!TEST_int_eq((size_t)ossl_ht_count(h), n)) in test_hashtable_stress()
322 size_t ossl_ht_count(HT *htable);
336 size_t ossl_ht_count(HT *h) in ossl_ht_count() function