PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void bytebuffer_append_uvarint | ( | bytebuffer_t * | b, |
const uint64_t | val | ||
) |
Writes a unsigned varInt to the buffer.
Definition at line 252 of file bytebuffer.c.
References bytebuffer_makeroom(), varint_u64_encode_buf(), and bytebuffer_t::writecursor.
Referenced by lwcollection_to_twkb_buf(), lwgeom_write_to_buffer(), lwmulti_to_twkb_buf(), lwpoly_to_twkb_buf(), and ptarray_to_twkb_buf().