Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Djson_enc.c540 int quote = !noquote && in_ijson(json) && v > (uint64_t)(POW_53 - 1); in json_u64() local
545 if (quote) in json_u64()
556 if (quote) in json_u64()
571 int quote; in ossl_json_i64() local
581 quote = in_ijson(json) in ossl_json_i64()
584 if (quote) in ossl_json_i64()
594 if (quote && !ossl_json_in_error(json)) in ossl_json_i64()
/openssl/crypto/property/
H A Dproperty_parse.c623 char quote = '\0'; in put_str() local
637 if (quote == '\0') in put_str()
638 quote = '\''; in put_str()
641 quote = '"'; in put_str()
644 quotes = quote != '\0'; in put_str()
651 put_char(quote, buf, remain, needed); in put_str()
663 put_char(quote, buf, remain, needed); in put_str()
/openssl/doc/man3/
H A DASN1_STRING_print_ex.pod58 double quote characters: this is arguably more readable than the backslash
/openssl/
H A DNOTES-PERL.md120 Note: on VMS, you must quote any argument that contains uppercase
H A DINSTALL.md1211 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.
/openssl/doc/man5/
H A Dconfig.pod148 double B<"> quote around the value, or using a backslash B<\> before the
560 you can't use any quote escaping on the same line.
571 could be used in pathnames, only the double-quote character was recognized,
/openssl/doc/man1/
H A DCA.pl.pod151 For multi-word parameters, either repeat the option or quote the I<parameters>
/openssl/include/openssl/
H A Dasn1.h.in404 * set this to use backslash and quote.

Completed in 26 milliseconds