|
ze
|
Implementation of the append-only output buffer. More...

Functions | |
| void | abAppend (struct abuf *ab, const char *s, int len) |
| Append raw bytes to the dynamic append buffer. | |
| void | abFree (struct abuf *ab) |
| Free the memory held by an append buffer. | |
Implementation of the append-only output buffer.