Searched refs:table_ctx (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/pam/
H A Dpam_helpers.c47 struct pam_initgr_table_ctx *table_ctx; local
49 table_ctx = talloc_zero(id_table, struct pam_initgr_table_ctx);
50 if (!table_ctx) return ENOMEM;
52 table_ctx->id_table = id_table;
53 table_ctx->name = talloc_strdup(table_ctx, name);
54 if (!table_ctx->name) {
82 te = tevent_add_timer(ev, table_ctx, tv,
84 table_ctx);
94 talloc_free(table_ctx);
107 struct pam_initgr_table_ctx *table_ctx = local
[all...]

Completed in 10 milliseconds