PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void bytebuffer_clear | ( | bytebuffer_t * | s | ) |
Reset the bytebuffer_t.
Useful for starting a fresh string without the expense of freeing and re-allocating a new bytebuffer_t.
Definition at line 130 of file bytebuffer.c.
References bytebuffer_t::buf_start, bytebuffer_t::readcursor, and bytebuffer_t::writecursor.