Lines Matching refs:tmp_ctx
37 TALLOC_CTX *tmp_ctx = NULL;
42 tmp_ctx = talloc_new(NULL);
43 if (tmp_ctx == NULL) {
48 cdb_path = talloc_asprintf(tmp_ctx, "%s/%s", tests_path, cdb_file);
56 ret = confdb_init(tmp_ctx, &cdb, cdb_path);
66 talloc_free(tmp_ctx);
79 TALLOC_CTX *tmp_ctx = NULL;
88 tmp_ctx = talloc_new(NULL);
89 if (tmp_ctx == NULL) {
95 ret = confdb_get_string(cdb, tmp_ctx, "config/sssd", "domains",
103 ret = split_on_separator(tmp_ctx, list, ',', true, true, &array, NULL);
119 list = talloc_strdup(tmp_ctx, name);
139 cdb_path = talloc_asprintf(tmp_ctx, CONFDB_DOMAIN_PATH_TMPL, name);
172 talloc_free(tmp_ctx);
312 TALLOC_CTX *tmp_ctx = NULL;
319 tmp_ctx = talloc_new(NULL);
320 if (tmp_ctx == NULL) {
326 cdb_path = talloc_asprintf(tmp_ctx, "%s/%s", tests_path, cdb_file);
345 ret = sysdb_get_db_file(tmp_ctx, "local", domains[i], tests_path,
354 ret = sysdb_get_db_file(tmp_ctx, "fake_nonlocal", domains[i], tests_path,
397 talloc_free(tmp_ctx);