Searched refs:imm (Results 1 - 6 of 6) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | sbus_internal_tests.c | 89 struct tevent_immediate *imm, 94 talloc_free(imm); 105 struct tevent_immediate *imm; local 110 imm = tevent_create_immediate(global_test_ctx->stc->ev); 111 assert_non_null(imm); 112 tevent_schedule_immediate(imm, global_test_ctx->stc->ev, fake_sbus_msg_done, global_test_ctx); 88 fake_sbus_msg_done(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument
|
H A D | test_responder_common.c | 52 struct tevent_immediate *imm, 61 struct tevent_immediate *imm; local 63 imm = tevent_create_immediate(rctx->ev); 64 if (imm == NULL) { 67 tevent_schedule_immediate(imm, rctx->ev, mock_sss_dp_done, nreq); 73 struct tevent_immediate *imm, 78 talloc_free(imm); 72 mock_sss_dp_done(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument
|
/sssd/src/providers/proxy/ |
H A D | proxy_auth.c | 417 struct tevent_immediate *imm, 420 struct tevent_immediate *imm, 429 struct tevent_immediate *imm; local 476 imm = tevent_create_immediate(ev); 477 if (imm == NULL) { 482 tevent_schedule_immediate(imm, ev, run_proxy_child_queue, 499 struct tevent_immediate *imm, 666 struct tevent_immediate *imm, 777 struct tevent_immediate *imm; local 794 imm 498 remove_sige(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument 665 run_proxy_child_queue(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument [all...] |
/sssd/src/util/ |
H A D | child_common.c | 159 struct tevent_immediate *imm, 184 talloc_free(imm); 195 struct tevent_immediate *imm; local 224 imm = tevent_create_immediate(child_ctx); 225 if (imm == NULL) { 240 tevent_schedule_immediate(imm, sigchld_ctx->ev, 522 struct tevent_immediate *imm, 530 struct tevent_immediate *imm; local 583 imm = tevent_create_immediate(child_ctx); 584 if (imm 158 sss_child_invoke_cb(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument 597 child_invoke_callback(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument [all...] |
/sssd/src/responder/common/ |
H A D | responder_get_domains.c | 398 struct tevent_immediate *imm, 422 struct tevent_immediate *imm; local 432 imm = tevent_create_immediate(mem_ctx); 433 if (imm == NULL) { 439 tevent_schedule_immediate(imm, ev, get_domains_at_startup, state); 397 get_domains_at_startup(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument
|
/sssd/src/providers/ipa/ |
H A D | ipa_subdomains_server.c | 996 struct tevent_immediate *imm, 1022 struct tevent_immediate *imm; local 1039 imm = tevent_create_immediate(mem_ctx); 1040 if (imm == NULL) { 1046 tevent_schedule_immediate(imm, ev, create_trusts_at_startup, state); 995 create_trusts_at_startup(struct tevent_context *ev, struct tevent_immediate *imm, void *pvt) argument
|
Completed in 62 milliseconds