Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Djson_enc.c19 static int wbuf_flush(struct json_write_buf *wbuf, int full);
61 if (!wbuf_flush(wbuf, /*full=*/0)) in wbuf_write_char()
84 static int wbuf_flush(struct json_write_buf *wbuf, int full) in wbuf_flush() function
277 return wbuf_flush(&json->wbuf, /*full=*/1); in ossl_json_flush()