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

/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_strex.c238 int utflen; local
239 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
240 for (i = 0; i < utflen; i++) {
243 * because if utflen==1 its value will be correct anyway

Completed in 42 milliseconds