Lines Matching refs:tmp_ctx
78 TALLOC_CTX *tmp_ctx;
80 tmp_ctx = talloc_new(global_talloc_context);
81 assert_non_null(tmp_ctx);
82 check_leaks_push(tmp_ctx);
84 ret = ad_gpo_populate_som_list(tmp_ctx,
113 assert_true(check_leaks_pop(tmp_ctx) == true);
114 talloc_free(tmp_ctx);
159 TALLOC_CTX *tmp_ctx;
161 tmp_ctx = talloc_new(global_talloc_context);
162 assert_non_null(tmp_ctx);
163 check_leaks_push(tmp_ctx);
165 char *raw_gplink_value = talloc_strdup(tmp_ctx, input_gplink_value);
167 ret = ad_gpo_populate_gplink_list(tmp_ctx,
199 assert_true(check_leaks_pop(tmp_ctx) == true);
200 talloc_free(tmp_ctx);
279 TALLOC_CTX *tmp_ctx;
281 tmp_ctx = talloc_new(global_talloc_context);
282 assert_non_null(tmp_ctx);
283 check_leaks_push(tmp_ctx);
285 err = sss_idmap_init(sss_idmap_talloc, tmp_ctx, sss_idmap_talloc_free,
298 assert_true(check_leaks_pop(tmp_ctx) == true);
299 talloc_free(tmp_ctx);