PostGIS
3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
SET_PARSER_ERROR
#define SET_PARSER_ERROR
(
errno
)
Value:
{ \
global_parser_result
.
message
=
parser_error_messages
[(errno)]; \
global_parser_result
.
errcode
= (errno); \
global_parser_result
.
errlocation
=
wkt_yylloc
.
last_column
; \
}
parser_error_messages
const char * parser_error_messages[]
Definition
lwin_wkt.c:37
global_parser_result
LWGEOM_PARSER_RESULT global_parser_result
Definition
lwin_wkt_parse.c:97
wkt_yylloc
YYLTYPE wkt_yylloc
YYLTYPE::last_column
int last_column
Definition
lwin_wkt_parse.h:113
struct_lwgeom_parser_result::errlocation
int errlocation
Definition
liblwgeom.h:2164
struct_lwgeom_parser_result::errcode
int errcode
Definition
liblwgeom.h:2163
struct_lwgeom_parser_result::message
const char * message
Definition
liblwgeom.h:2162
Definition at line
52
of file
lwin_wkt.c
.
52
{ \
53
global_parser_result
.
message
=
parser_error_messages
[(errno)]; \
54
global_parser_result
.
errcode
= (errno); \
55
global_parser_result
.
errlocation
=
wkt_yylloc
.
last_column
; \
56
}
liblwgeom
lwin_wkt.c
Generated by
1.9.8