Lines Matching refs:tmp_ctx
40 TALLOC_CTX *tmp_ctx;
43 tmp_ctx = talloc_new(NULL);
44 if (!tmp_ctx) {
48 msg = ldb_msg_new(tmp_ctx);
79 talloc_zfree(tmp_ctx);
87 TALLOC_CTX *tmp_ctx;
98 tmp_ctx = talloc_new(NULL);
99 if (!tmp_ctx) {
111 ret = sysdb_dn_sanitize(tmp_ctx, name, &clean_name);
116 dn = ldb_dn_new_fmt(tmp_ctx, sysdb->ldb, SYSDB_TMPL_SEUSERMAP,
121 dn = ldb_dn_new_fmt(tmp_ctx, sysdb->ldb, SYSDB_TMPL_SELINUX_BASE,
177 talloc_zfree(tmp_ctx);
289 TALLOC_CTX *tmp_ctx;
298 tmp_ctx = talloc_new(NULL);
299 if (!tmp_ctx) {
303 basedn = ldb_dn_new_fmt(tmp_ctx, domain->sysdb->ldb,
310 ret = sysdb_search_entry(tmp_ctx, domain->sysdb, basedn, LDB_SCOPE_BASE,
325 talloc_free(tmp_ctx);