Searched refs:utflen (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8_conv.c80 size_t utflen, i; local
93 utflen = KRB5_UTF8_CHARLEN2(utf8str, utflen);
95 if (utflen == 0 || utflen > KRB5_MAX_UTF8_LEN)
99 ch = (krb5_ucs2)(utf8str[0] & mask[utflen]);
101 for (i = 1; i < utflen; i++) {
122 utf8str += utflen; /* Move to next UTF-8 character */
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_strex.c201 int utflen; local
202 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
203 for(i = 0; i < utflen; i++) {
205 * because if utflen==1 its value will be correct anyway

Completed in 58 milliseconds