Lines Matching refs:in_union
83 gss_union_name_t in_union, out_union = NULL, dest_union = NULL; local
98 in_union = (gss_union_name_t)input_name;
103 if (!output_name && in_union->mech_type &&
104 g_OID_equal(in_union->mech_type, mech_type))
120 if (gssint_create_copy_buffer(in_union->external_name,
124 if (in_union->name_type != GSS_C_NULL_OID) {
126 in_union->name_type,
140 if (in_union->mech_type) {
142 in_union->mech_type,
143 &in_union->mech_name);
145 &in_union->mech_type);
146 in_union->mech_type = 0;
148 dest_union = in_union;
185 dest_union = in_union;