Definition at line 117 of file lwin_twkb.c.
118{
120
121 if ( ! size )
122 lwerror(
"%s: no varint to skip", __func__);
123
125 return;
126}
void void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.
static void twkb_parse_state_advance(twkb_parse_state *s, size_t next)
Check that we are not about to read off the end of the WKB array.
size_t varint_size(const uint8_t *the_start, const uint8_t *the_end)
References lwerror(), s, twkb_parse_state_advance(), and varint_size().
Referenced by lwcollection_from_twkb_state(), lwmultiline_from_twkb_state(), lwmultipoint_from_twkb_state(), and lwmultipoly_from_twkb_state().