Home
last modified time | relevance | path

Searched refs:in_union (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_canon_name.c83 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);
[all …]