Searched refs:json_write_char (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/ssl/quic/ |
H A D | json_enc.c | 312 static void json_write_char(OSSL_JSON_ENC *json, char ch) in json_write_char() function 341 json_write_char(json, '\n'); in json_indent() 365 json_write_char(json, ','); in json_pre_item() 373 json_write_char(json, '\x1E'); in json_pre_item() 397 json_write_char(json, '\n'); in json_post_item() 411 json_write_char(json, ch); in composite_begin() 447 json_write_char(json, ch); in composite_end() 493 json_write_char(json, ','); in ossl_json_key() 507 json_write_char(json, ':'); in ossl_json_key() 509 json_write_char(json, ' '); in ossl_json_key() [all …]
|