Searched refs:orflags (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 143 unsigned short orflags; in do_buf() local 171 orflags = CHARTYPE_FIRST_ESC_2253; in do_buf() 173 orflags = 0; in do_buf() 203 orflags = CHARTYPE_LAST_ESC_2253; in do_buf() 210 * We don't need to worry about setting orflags correctly in do_buf() 215 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf() 222 len = do_esc_char(c, flags | orflags, quotes, in do_buf() 427 int i, prev = -1, orflags, cnt; in do_name_ex() local 548 orflags = ASN1_STRFLGS_DUMP_ALL; in do_name_ex() 550 orflags in do_name_ex() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 144 unsigned short orflags; in do_buf() local 172 orflags = CHARTYPE_FIRST_ESC_2253; in do_buf() 174 orflags = 0; in do_buf() 204 orflags = CHARTYPE_LAST_ESC_2253; in do_buf() 211 * We don't need to worry about setting orflags correctly in do_buf() 216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf() 223 len = do_esc_char(c, flags | orflags, quotes, in do_buf() 430 int i, prev = -1, orflags, cnt; in do_name_ex() local 551 orflags = ASN1_STRFLGS_DUMP_ALL; in do_name_ex() 553 orflags in do_name_ex() [all...] |
Completed in 2 milliseconds