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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dutf-8-conv.c95 int utflen, i; local
101 utflen = LDAP_UTF8_CHARLEN2(utf8char, utflen);
103 if( utflen==0 || utflen > (int)LDAP_MAX_UTF8_LEN ) return -1;
106 ch = (wchar_t)(utf8char[0] & mask[utflen]);
108 for(i=1; i < utflen; i++) {
118 return utflen;
130 int utflen, i; local
144 utflen
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_strex.c215 int utflen; local
216 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
217 for(i = 0; i < utflen; i++) {
219 * because if utflen==1 its value will be correct anyway

Completed in 145 milliseconds