OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utfbuf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_strex.c
214
unsigned char
utfbuf
[6];
local
216
utflen = UTF8_putc(
utfbuf
, sizeof
utfbuf
, c);
223
len = do_esc_char(
utfbuf
[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
/external/openssl/crypto/asn1/
a_strex.c
214
unsigned char
utfbuf
[6];
local
216
utflen = UTF8_putc(
utfbuf
, sizeof
utfbuf
, c);
223
len = do_esc_char(
utfbuf
[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
Completed in 185 milliseconds