|
PostGIS 3.7.0dev-r@@SVN_REVISION@@
|
#include <stdio.h>#include <string.h>#include "lwin_wkt.h"#include "lwin_wkt_parse.h"#include "lwgeom_log.h"#include <math.h>Go to the source code of this file.
Macros | |
| #define | YY_USER_ACTION |
| #define | _GNU_SOURCE |
| #define | NAN 0.0/0.0 |
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 |