Searched refs:expected_m (Results 1 – 1 of 1) sorted by relevance
573 TEST_MT_ENTRY *expected_m = NULL; in do_mt_hash_work() local594 expected_m = &test_mt_entries[index]; in do_mt_hash_work()606 if (m != NULL && m != expected_m) { in do_mt_hash_work()609 giter, (void *)m, (void *)expected_m); in do_mt_hash_work()622 expected_rc = !expected_m->in_table; in do_mt_hash_work()626 … if (expected_rc != ossl_ht_mt_TEST_MT_ENTRY_insert(m_ht, TO_HT_KEY(&key), expected_m, r)) { in do_mt_hash_work()630 expected_m->in_table ? "in table" : "not in table"); in do_mt_hash_work()634 expected_m->in_table = 1; in do_mt_hash_work()641 expected_rc = expected_m->in_table; in do_mt_hash_work()651 expected_m->in_table = 0; in do_mt_hash_work()[all …]