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

◆ pop_node()

static LISTNODE * pop_node ( LISTNODE i)
static

Definition at line 63 of file lwiterator.c.

64{
65 LISTNODE* next = i->next;
66 lwfree(i);
67 return next;
68}
void lwfree(void *mem)
Definition lwutil.c:248
struct LISTNODE * next
Definition lwiterator.c:31

References lwfree(), and LISTNODE::next.

Referenced by lwpointiterator_advance(), lwpointiterator_destroy(), and unroll_collection().

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