Lines Matching defs:pc_ctx
51 struct pc_ctx {
305 struct pc_ctx *pc_ctx;
309 pc_ctx = talloc_get_type(user_data, struct pc_ctx);
310 if (!pc_ctx) {
325 ret = dp_unpack_pam_request(dbus_req->message, pc_ctx, &pd, &dbus_error);
333 pd->domain = talloc_strdup(pd, pc_ctx->domain->name);
343 ret = call_pam_stack(pc_ctx->pam_target, pd);
424 static int proxy_cli_init(struct pc_ctx *ctx)
469 struct pc_ctx *ctx;
472 ctx = talloc_zero(mem_ctx, struct pc_ctx);
474 DEBUG(SSSDBG_FATAL_FAILURE, "fatal error initializing pc_ctx\n");