PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ flip_endian_32()

void flip_endian_32 ( uint8_t d)

Definition at line 172 of file rt_serialize.c.

172  {
173  assert(NULL != d);
174 
175  swap_char(d, d + 3);
176  swap_char(d + 1, d + 2);
177 }
void swap_char(uint8_t *a, uint8_t *b)
Definition: rt_serialize.c:154

References swap_char().

Referenced by rt_band_from_wkb().

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