Lines Matching defs:tmp_ctx
2098 TALLOC_CTX *tmp_ctx;
2102 tmp_ctx = talloc_new(NULL);
2103 if (!tmp_ctx) return LDAP_NO_MEMORY;
2107 optret = sss_ldap_get_diagnostic_msg(tmp_ctx, ldap, &diag_msg);
2151 optret = sss_ldap_get_diagnostic_msg(tmp_ctx, ldap, &diag_msg);
2170 talloc_zfree(tmp_ctx);
2184 TALLOC_CTX *tmp_ctx = NULL;
2202 tmp_ctx = talloc_new(NULL);
2203 if (tmp_ctx == NULL) {
2244 sasl_bind_state = talloc_zero(tmp_ctx, struct sasl_bind_state);
2269 talloc_free(tmp_ctx);