Lines Matching refs:dest_union
83 gss_union_name_t in_union, out_union = NULL, dest_union = NULL; local
148 dest_union = in_union;
150 dest_union = out_union;
154 &dest_union->mech_type)) {
161 dest_union,
162 &dest_union->mech_name))
166 *output_name = (gss_name_t)dest_union;
183 dest_union = out_union;
185 dest_union = in_union;
192 if (dest_union->mech_name) {
194 dest_union->mech_type,
195 &dest_union->mech_name);
198 if (dest_union->mech_type)
199 (void) gss_release_oid(&tmp_status, &dest_union->mech_type);