Lines Matching defs:tmp_ctx
34 TALLOC_CTX *tmp_ctx = NULL;
48 tmp_ctx = talloc_new(NULL);
49 if (tmp_ctx == NULL) {
78 ret = confdb_get_string(be_ctx->cdb, tmp_ctx, be_ctx->conf_path,
86 ret = confdb_get_string(be_ctx->cdb, tmp_ctx, be_ctx->conf_path,
94 ret = split_on_separator(tmp_ctx, conf_passwd_files, ',', true, true,
102 passwd_files = talloc_zero_array(tmp_ctx, const char *,
122 ret = split_on_separator(tmp_ctx, conf_group_files, ',', true, true,
130 group_files = talloc_zero_array(tmp_ctx, const char *,
154 talloc_free(tmp_ctx);