|
PostGIS 3.0.6dev-r@@SVN_REVISION@@
|
#include <stdio.h>#include <string.h>#include "lwin_wkt.h"#include "lwin_wkt_parse.h"#include "lwgeom_log.h"Go to the source code of this file.
Macros | |
| #define | YY_USER_ACTION |
Functions | |
| static void | wkt_lexer_unknown () |
| int | yylex (void) |
| void * | wkt_yyalloc (yy_size_t size) |
| void * | wkt_yyrealloc (void *ptr, yy_size_t size) |
| void | wkt_yyfree (void *ptr) |
| void | wkt_lexer_init (char *src) |
| void | wkt_lexer_close () |
Variables | |
| static YY_BUFFER_STATE | wkt_yy_buf_state |