Searched defs:src_union (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_dup_name.c78 gss_union_name_t src_union, dest_union; local
87 src_union = (gss_union_name_t)src_name;
103 if (gssint_create_copy_buffer(src_union->external_name,
107 if (src_union->name_type != GSS_C_NULL_OID) {
109 src_union->name_type,
120 if (src_union->mech_type) {
122 src_union->mech_type,

Completed in 44 milliseconds