Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dlhash_test.c576 int expected_rc; in do_mt_hash_work() local
619 expected_rc = 1; 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()
628 giter, expected_rc, behavior == DO_REPLACE ? "replace" : "insert", in do_mt_hash_work()
633 if (expected_rc == 1) in do_mt_hash_work()
641 expected_rc = expected_m->in_table; in do_mt_hash_work()
642 if (expected_rc == 1) { in do_mt_hash_work()
654 if (expected_rc != ossl_ht_delete(m_ht, TO_HT_KEY(&key))) { in do_mt_hash_work()
656 giter, expected_rc, (unsigned int)index, in do_mt_hash_work()