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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dserialize.c45 * krb5_find_serializer() - See if a particular type is registered.
48 krb5_find_serializer(krb5_context kcontext, krb5_magic odtype)
77 if (!(stable = krb5_find_serializer(kcontext, entry->odtype))) {
117 if ((shandle = krb5_find_serializer(kcontext, odtype)))
134 if ((shandle = krb5_find_serializer(kcontext, odtype)))
188 if ((shandle = krb5_find_serializer(kcontext, odtype)))
47 krb5_find_serializer(krb5_context kcontext, krb5_magic odtype) function

Completed in 58 milliseconds