Home
last modified time | relevance | path

Searched refs:chflgs (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/asn1/
H A Da_strex.c70 unsigned short chflgs; in do_esc_char() local
90 chflgs = flags & ASN1_STRFLGS_ESC_MSB; in do_esc_char()
92 chflgs = char_type[chtmp] & flags; in do_esc_char()
93 if (chflgs & CHARTYPE_BS_ESC) { in do_esc_char()
95 if (chflgs & ASN1_STRFLGS_ESC_QUOTE) { in do_esc_char()
108 if (chflgs & (ASN1_STRFLGS_ESC_CTRL in do_esc_char()

Completed in 10 milliseconds