PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ varint_s64_decode()

int64_t varint_s64_decode ( const uint8_t the_start,
const uint8_t the_end,
size_t *  size 
)

Definition at line 102 of file varint.c.

103 {
104  return unzigzag64(varint_u64_decode(the_start, the_end, size));
105 }
int64_t unzigzag64(uint64_t val)
Definition: varint.c:189
uint64_t varint_u64_decode(const uint8_t *the_start, const uint8_t *the_end, size_t *size)
Definition: varint.c:109

References unzigzag64(), and varint_u64_decode().

Referenced by bytebuffer_read_varint(), do_test_s64_roundtrip(), twkb_parse_state_double(), and twkb_parse_state_varint().

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