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

◆ flip_endian_32()

void flip_endian_32 ( uint8_t *  d)

Definition at line 173 of file rt_serialize.c.

173 {
174 assert(NULL != d);
175
176 swap_char(d, d + 3);
177 swap_char(d + 1, d + 2);
178}
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: