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

◆ wkt_yyrealloc()

void * wkt_yyrealloc ( void *  ptr,
yy_size_t  size 
)

Definition at line 125 of file lwin_wkt_lex.l.

126{
127 return (void *) lwrealloc( (char *) ptr, size );
void * lwrealloc(void *mem, size_t size)
Definition lwutil.c:242
128}

References lwrealloc().

Here is the call graph for this function: