Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8_conv.c139 size_t *ucs2chars) in krb5int_utf8s_to_ucs2s() argument
157 if (ucs2chars != NULL) { in krb5int_utf8s_to_ucs2s()
158 *ucs2chars = chars; in krb5int_utf8s_to_ucs2s()
168 size_t *ucs2chars) in krb5int_utf8cs_to_ucs2s() argument
186 if (ucs2chars != NULL) { in krb5int_utf8cs_to_ucs2s()
187 *ucs2chars = chars; in krb5int_utf8cs_to_ucs2s()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-utf8.h137 size_t *ucs2chars);
143 size_t *ucs2chars);