Lines Matching refs:tmp_ctx
60 TALLOC_CTX *tmp_ctx;
71 tmp_ctx = talloc_new(NULL);
72 if (!tmp_ctx) {
84 ret = sysdb_get_ssh_host(tmp_ctx, domain, name, search_attrs, &host);
190 talloc_free(tmp_ctx);
203 TALLOC_CTX *tmp_ctx;
205 tmp_ctx = talloc_new(NULL);
206 if (!tmp_ctx) {
210 dn = sysdb_ssh_host_dn(tmp_ctx, domain, name);
219 talloc_free(tmp_ctx);
229 TALLOC_CTX *tmp_ctx;
236 tmp_ctx = talloc_new(NULL);
237 if (!tmp_ctx) {
241 attrs = sysdb_new_attrs(tmp_ctx);
264 talloc_free(tmp_ctx);
286 TALLOC_CTX *tmp_ctx;
290 tmp_ctx = talloc_new(NULL);
291 if (!tmp_ctx) {
295 ret = sysdb_search_custom(tmp_ctx, domain, filter,
315 talloc_free(tmp_ctx);
327 TALLOC_CTX *tmp_ctx;
333 tmp_ctx = talloc_new(NULL);
334 if (!tmp_ctx) {
338 filter = talloc_asprintf(tmp_ctx, "(%s=%s)", SYSDB_NAME, name);
344 ret = sysdb_search_ssh_hosts(tmp_ctx, domain, filter, attrs,
361 talloc_free(tmp_ctx);
374 TALLOC_CTX *tmp_ctx;
378 tmp_ctx = talloc_new(NULL);
379 if (!tmp_ctx) {
383 filter = talloc_asprintf(tmp_ctx,
398 talloc_free(tmp_ctx);