Lines Matching refs:table_ctx
47 struct pam_initgr_table_ctx *table_ctx;
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 =
111 key.str = table_ctx->name;
113 hret = hash_delete(table_ctx->id_table, &key);
118 table_ctx->name,
123 table_ctx->name);
126 talloc_free(table_ctx);