Searched refs:expected_rc (Results 1 – 1 of 1) sorted by relevance
548 int expected_rc; in do_mt_hash_work() local591 expected_rc = 1; in do_mt_hash_work()594 expected_rc = !expected_m->in_table; in do_mt_hash_work()598 if (expected_rc != ossl_ht_mt_TEST_MT_ENTRY_insert(m_ht, in do_mt_hash_work()602 giter, expected_rc, behavior == DO_REPLACE ? "replace" : "insert", in do_mt_hash_work()607 if (expected_rc == 1) in do_mt_hash_work()615 expected_rc = expected_m->in_table; in do_mt_hash_work()616 if (expected_rc != ossl_ht_delete(m_ht, TO_HT_KEY(&key))) { in do_mt_hash_work()618 giter, expected_rc, (unsigned int)index, in do_mt_hash_work()622 if (expected_rc == 1) { in do_mt_hash_work()
Completed in 5 milliseconds