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

◆ wkt_yyrealloc()

void * wkt_yyrealloc ( void *  ptr,
yy_size_t  size 
)

Definition at line 107 of file lwin_wkt_lex.l.

108{
109 return (void *) lwrealloc( (char *) ptr, size );
void * lwrealloc(void *mem, size_t size)
Definition lwutil.c:235
110}

References lwrealloc().

Here is the call graph for this function: