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

◆ read_int16()

int16_t read_int16 ( const uint8_t **  from,
uint8_t  littleEndian 
)

Definition at line 262 of file rt_serialize.c.

262 {
263 assert(NULL != from);
264
265 return (int16_t)read_uint16(from, littleEndian);
266}
uint16_t read_uint16(const uint8_t **from, uint8_t littleEndian)

References read_uint16().

Referenced by rt_band_from_wkb(), and rt_raster_deserialize().

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