Lines Matching refs:tmp_ctx
80 TALLOC_CTX *tmp_ctx;
86 tmp_ctx = talloc_new(NULL);
87 if (tmp_ctx == NULL) {
92 error = sssctl_sifp_send(tmp_ctx, sifp, &reply, domain_path,
111 talloc_free(tmp_ctx);
134 TALLOC_CTX *tmp_ctx;
143 tmp_ctx = talloc_new(NULL);
144 if (tmp_ctx == NULL) {
149 error = sssctl_sifp_send(tmp_ctx, sifp, &reply, domain_path,
166 error = sssctl_sifp_send(tmp_ctx, sifp, &reply, domain_path,
188 talloc_free(tmp_ctx);
196 TALLOC_CTX *tmp_ctx;
206 tmp_ctx = talloc_new(NULL);
207 if (tmp_ctx == NULL) {
212 error = sssctl_sifp_send(tmp_ctx, sifp, &reply, domain_path,
229 error = sssctl_sifp_send(tmp_ctx, sifp, &reply, domain_path,
260 talloc_free(tmp_ctx);