Lines Matching defs:tmp_ctx
45 TALLOC_CTX *tmp_ctx;
57 tmp_ctx = talloc_new(NULL);
58 if (tmp_ctx == NULL) {
63 ret = split_on_separator(tmp_ctx, conf_str, ',', true, true,
71 allow = talloc_zero_array(tmp_ctx, const char *, conf_list_size);
72 deny = talloc_zero_array(tmp_ctx, const char *, conf_list_size);
107 list = talloc_zero_array(tmp_ctx, const char *, list_size + 1);
150 talloc_free(tmp_ctx);
160 TALLOC_CTX *tmp_ctx;
163 tmp_ctx = talloc_new(NULL);
164 if (tmp_ctx == NULL) {
168 name = sss_get_cased_name(tmp_ctx, orig_name, dom->case_sensitive);
171 talloc_free(tmp_ctx);
175 name = sss_reverse_replace_space(tmp_ctx, name, rctx->override_space);
178 talloc_free(tmp_ctx);
184 name = sss_create_internal_fqname(tmp_ctx, name, dom->name);
187 talloc_free(tmp_ctx);
193 talloc_free(tmp_ctx);