Searched refs:dels (Results 1 – 1 of 1) sorted by relevance
88 } dels[] = { in test_int_lhash() local96 const unsigned int n_dels = OSSL_NELEM(dels); in test_int_lhash()169 const int b = lh_int_delete(h, &dels[i].data) == NULL; in test_int_lhash()170 if (!TEST_int_eq(b ^ dels[i].null, 0)) { in test_int_lhash()220 } dels[] = { in test_int_hashtable() local228 const size_t n_dels = OSSL_NELEM(dels); in test_int_hashtable()286 HT_SET_KEY_FIELD(&key, mykey, dels[i].data); in test_int_hashtable()288 if (dels[i].should_del) { in test_int_hashtable()291 dels[i].data); in test_int_hashtable()296 TEST_info("%d found an entry that shouldn't be there\n", dels[i].data); in test_int_hashtable()
Completed in 4 milliseconds