PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void bytebuffer_append_varint | ( | bytebuffer_t * | s, |
const int64_t | val | ||
) |
Writes a signed varInt to the buffer.
Definition at line 239 of file bytebuffer.c.
References bytebuffer_makeroom(), varint_s64_encode_buf(), and bytebuffer_t::writecursor.
Referenced by lwcollection_to_twkb_buf(), lwmulti_to_twkb_buf(), ptarray_to_twkb_buf(), and write_bbox().