Home
last modified time | relevance | path

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

/openssl/test/
H A Dlhash_test.c543 TEST_MT_ENTRY *expected_m = NULL; in do_mt_hash_work() local
569 expected_m = &test_mt_entries[index]; in do_mt_hash_work()
581 if (m != NULL && m != expected_m) { in do_mt_hash_work()
584 giter, (void *)m, (void *)expected_m); in do_mt_hash_work()
597 expected_rc = !expected_m->in_table; in do_mt_hash_work()
603 expected_m, r)) { in do_mt_hash_work()
606 index, expected_m->in_table ? "in table" : "not in table"); in do_mt_hash_work()
610 expected_m->in_table = 1; in do_mt_hash_work()
617 expected_rc = expected_m->in_table; in do_mt_hash_work()
621 expected_m->in_table ? "in table" : "not in table"); in do_mt_hash_work()
[all …]

Completed in 5 milliseconds