Searched defs:bctx (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/providers/ |
H A D | data_provider_fo.c | 370 struct be_ctx *bctx; member in struct:be_primary_server_ctx 386 struct be_ctx *bctx, 398 ctx->bctx->be_fo->primary_server_handler = NULL; 401 subreq = fo_resolve_service_send(ctx->bctx, ctx->ev, 402 ctx->bctx->be_fo->be_res->resolv, 403 ctx->bctx->be_fo->fo_ctx, 420 resolve_state = talloc_zero(ctx->bctx, struct be_resolve_server_state); 427 resolve_state->ctx = ctx->bctx; 445 ret = be_primary_server_timeout_activate(ctx->bctx, ctx->ev, ctx->bctx, 461 be_primary_server_timeout_activate(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *bctx, struct be_svc_data *svc, const unsigned long timeout_seconds) argument [all...] |
Completed in 18 milliseconds