Lines Matching refs:tmp_ctx
33 TALLOC_CTX *tmp_ctx;
38 tmp_ctx = talloc_new(NULL);
39 if (tmp_ctx == NULL) {
43 ret = ldb_search(sysdb->ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, attrs,
72 talloc_free(tmp_ctx);
82 TALLOC_CTX *tmp_ctx;
87 tmp_ctx = talloc_new(NULL);
88 if (tmp_ctx == NULL) {
93 tmp_ctx, sysdb, dn, attrs, &domain_resolution_order);
112 talloc_free(tmp_ctx);
121 TALLOC_CTX *tmp_ctx;
125 tmp_ctx = talloc_new(NULL);
126 if (tmp_ctx == NULL) {
130 msg = ldb_msg_new(tmp_ctx);
167 talloc_free(tmp_ctx);