Home
last modified time | relevance | path

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

/openssl/test/
H A Dlhash_test.c529 int expected_rc; in do_mt_hash_work() local
577 expected_rc = 1; in do_mt_hash_work()
580 expected_rc = !expected_m->in_table; in do_mt_hash_work()
584 if (expected_rc != ossl_ht_mt_TEST_MT_ENTRY_insert(m_ht, in do_mt_hash_work()
588 giter, expected_rc, behavior == DO_REPLACE ? "replace" : "insert", in do_mt_hash_work()
592 if (expected_rc == 1) in do_mt_hash_work()
600 expected_rc = expected_m->in_table; in do_mt_hash_work()
601 if (expected_rc != ossl_ht_delete(m_ht, TO_HT_KEY(&key))) { in do_mt_hash_work()
603 giter, expected_rc, index, in do_mt_hash_work()
607 if (expected_rc == 1) { in do_mt_hash_work()

Completed in 16 milliseconds