PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ wkt_lexer_unknown()

static void wkt_lexer_unknown ( )
static

Definition at line 867 of file lwin_wkt_lex.c.

References struct_lwgeom_parser_result::errcode, struct_lwgeom_parser_result::errlocation, global_parser_result, YYLTYPE::last_column, struct_lwgeom_parser_result::message, parser_error_messages, PARSER_ERROR_OTHER, and wkt_yylloc.

Referenced by if().

868 {
869  /* Set the global error state */
873 }
LWGEOM_PARSER_RESULT global_parser_result
int last_column
YYLTYPE wkt_yylloc
const char * parser_error_messages[]
Definition: lwin_wkt.c:37
#define PARSER_ERROR_OTHER
Definition: liblwgeom.h:2045
Here is the caller graph for this function: