Searched refs:quotes (Results 1 – 2 of 2) sorted by relevance
/crypto/asn1/ |
A D | a_strex.cc | 94 unsigned long flags, char *quotes, BIO *out) { in do_buf() argument 140 int len = do_esc_char(utf8_buf[i], flags, quotes, out, in do_buf() 148 int len = do_esc_char(c, flags, quotes, out, is_first, is_last); in do_buf() 283 char quotes = 0; in ASN1_STRING_print_ex() local 284 int len = do_buf(str->data, str->length, encoding, flags, "es, NULL); in ASN1_STRING_print_ex() 289 if (quotes) { in ASN1_STRING_print_ex() 297 if ((quotes && !maybe_write(out, "\"", 1)) || in ASN1_STRING_print_ex() 299 (quotes && !maybe_write(out, "\"", 1))) { in ASN1_STRING_print_ex()
|
/crypto/conf/ |
A D | conf_test.cc | 250 {"key1", "mix of different quotes"},
|
Completed in 8 milliseconds