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

◆ read_int32()

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

Definition at line 333 of file rt_serialize.c.

333 {
334 assert(NULL != from);
335
336 return (int32_t)read_uint32(from, littleEndian);
337}
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: