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

◆ read_int16()

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

Definition at line 261 of file rt_serialize.c.

261 {
262 assert(NULL != from);
263
264 return (int16_t)read_uint16(from, littleEndian);
265}
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: