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

◆ cmp_int_ptr()

static int cmp_int_ptr ( const void *  a,
const void *  b 
)
static

Definition at line 197 of file lwunionfind.c.

198{
199 int val_cmp = cmp_int(*((uint32_t**) a), *((uint32_t**) b));
200 if (val_cmp != 0)
201 {
202 return val_cmp;
203 }
204 if (a > b)
205 {
206 return 1;
207 }
208 if (a < b)
209 {
210 return -1;
211 }
212 return 0;
213}
static int cmp_int(const void *a, const void *b)

References cmp_int().

Referenced by UF_ordered_by_cluster().

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