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

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_strex.c120 static int do_esc_char(unsigned long c, unsigned char flags, char *do_quotes, char_io *io_ch, void *arg) function
171 * do_esc_char(). It interprets the content formats
223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);

Completed in 114 milliseconds