commit | 8c89c2059fa4dace2e0c74cbb009c5a94d054fc1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 28 16:02:48 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 04 22:26:09 2012 +0200 |
tree | d069be552f05fab1e12ffa61502a585c49e0bdff | |
parent | c39b0d17f2846c99af0b6f8d42be08afee0134dc [diff] |
MINOR: buffers: add a few functions to write chars, strings and blocks bo_put{chr,blk,str,chk} are used to write data on the output of a buffer. Output is truncated if the buffer is not large enough.