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

/sssd-io/src/tests/cmocka/
H A Dsbus_internal_tests.c42 struct sbus_get_id_ctx *global_test_ctx; variable in typeref: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;
107 global_test_ctx->reply_pvt = pvt;
108 global_test_ctx->reply_handler = reply_handler;
110 imm = tevent_create_immediate(global_test_ctx->stc->ev);
112 tevent_schedule_immediate(imm, global_test_ctx->stc->ev, fake_sbus_msg_done, global_test_ctx);
135 global_test_ctx = test_ctx;

Completed in 347 milliseconds