Lines Matching defs:tmpctx
211 TALLOC_CTX *tmpctx = NULL;
217 tmpctx = talloc_new(NULL);
218 if (tmpctx == NULL) {
224 conf_path = talloc_asprintf(tmpctx, CONFDB_DOMAIN_PATH_TMPL, domain);
230 ret = confdb_get_string(cdb, tmpctx, conf_path,
237 ret = confdb_get_string(cdb, tmpctx, CONFDB_MONITOR_CONF_ENTRY,
243 ret = get_id_provider_default_re(tmpctx, cdb, conf_path, &re_pattern);
252 re_pattern = talloc_strdup(tmpctx,
271 ret = confdb_get_string(cdb, tmpctx, conf_path,
278 ret = confdb_get_string(cdb, tmpctx, CONFDB_MONITOR_CONF_ENTRY,
284 fq_fmt = talloc_strdup(tmpctx, CONFDB_DEFAULT_FULL_NAME_FORMAT);
294 talloc_free(tmpctx);