PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
uint64_t bytebuffer_read_uvarint | ( | bytebuffer_t * | b | ) |
Reads a unsigned varInt from the buffer.
Definition at line 361 of file bytebuffer.c.
References bytebuffer_t::buf_start, bytebuffer_t::capacity, bytebuffer_t::readcursor, and varint_u64_decode().