PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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:244
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: