Home
last modified time | relevance | path

Searched refs:dels (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dlhash_test.c88 } dels[] = { in test_int_lhash() local
96 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() local
228 const size_t n_dels = OSSL_NELEM(dels); in test_int_hashtable()
285 HT_SET_KEY_FIELD(&key, mykey, dels[i].data); in test_int_hashtable()
287 if (dels[i].should_del) { in test_int_hashtable()
290 dels[i].data); in test_int_hashtable()
295 TEST_info("%d found an entry that shouldn't be there\n", dels[i].data); in test_int_hashtable()

Completed in 6 milliseconds