Home
last modified time | relevance | path

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

/openssl/test/
H A Dlhash_test.c545 TEST_MT_ENTRY *expected_m = NULL; in do_mt_hash_work() local
566 expected_m = &test_mt_entries[index]; in do_mt_hash_work()
578 if (m != NULL && m != expected_m) { in do_mt_hash_work()
581 giter, (void *)m, (void *)expected_m); in do_mt_hash_work()
594 expected_rc = !expected_m->in_table; in do_mt_hash_work()
600 expected_m, r)) { in do_mt_hash_work()
604 expected_m->in_table ? "in table" : "not in table"); in do_mt_hash_work()
608 expected_m->in_table = 1; in do_mt_hash_work()
615 expected_rc = expected_m->in_table; in do_mt_hash_work()
619 expected_m->in_table ? "in table" : "not in table"); in do_mt_hash_work()
[all …]

Completed in 4 milliseconds