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

◆ read_int32()

int32_t read_int32 ( const uint8_t **  from,
uint8_t  littleEndian 
)

Definition at line 334 of file rt_serialize.c.

334 {
335 assert(NULL != from);
336
337 return (int32_t)read_uint32(from, littleEndian);
338}
uint32_t read_uint32(const uint8_t **from, uint8_t littleEndian)

References read_uint32().

Referenced by rt_band_from_wkb(), rt_raster_deserialize(), and rt_raster_from_wkb().

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