Searched defs:last_hash_lookup (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dsbus_internal_tests.c37 int last_hash_lookup; member in struct:sbus_get_id_ctx
84 global_test_ctx->last_hash_lookup = __real_hash_lookup(table, key, value);
85 return global_test_ctx->last_hash_lookup;
180 assert_int_equal(test_ctx->last_hash_lookup, HASH_ERROR_KEY_NOT_FOUND);
189 assert_int_equal(test_ctx->last_hash_lookup, HASH_SUCCESS);

Completed in 10 milliseconds