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

◆ 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)

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: