Lines Matching refs:If
43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters
44 determined by RFC2253 are escaped. If B<ASN1_STRFLGS_ESC_CTRL> is set control
45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the
51 If the character being escaped is a 16 bit character then the form "\UXXXX" is used
52 using exactly four characters for the hex representation. If it is 32 bits then
56 Printable characters are normally escaped using the backslash '\' character. If
62 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8
63 format first. If the terminal supports the display of UTF8 sequences then this
66 If B<ASN1_STRFLGS_IGNORE_TYPE> is set then the string type is not interpreted at
70 If B<ASN1_STRFLGS_SHOW_TYPE> is set then the string type itself is printed out
77 If B<ASN1_STRFLGS_DUMP_ALL> is set then any type is dumped.