Searched refs:wbuf_flush (Results 1 – 1 of 1) sorted by relevance
20 static int wbuf_flush(struct json_write_buf *wbuf, int full);62 if (!wbuf_flush(wbuf, /*full=*/0)) in wbuf_write_char()85 static int wbuf_flush(struct json_write_buf *wbuf, int full) in wbuf_flush() function278 return wbuf_flush(&json->wbuf, /*full=*/1); in ossl_json_flush()
Completed in 8 milliseconds