PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ varint_u64_encode_buf()

size_t varint_u64_encode_buf ( uint64_t  val,
uint8_t *  buf 
)

Definition at line 76 of file varint.c.

77{
78 return _varint_u64_encode_buf(val, buf);
79}
static size_t _varint_u64_encode_buf(uint64_t val, uint8_t *buf)
Definition varint.c:34

References _varint_u64_encode_buf().

Referenced by bytebuffer_append_uvarint(), do_test_u64_roundtrip(), do_test_u64_varint(), and ptarray_to_twkb_buf().

Here is the call graph for this function:
Here is the caller graph for this function: