PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_parser_result_init()

void lwgeom_parser_result_init ( LWGEOM_PARSER_RESULT parser_result)

Definition at line 879 of file lwin_wkt.c.

Referenced by geography_in(), LWGEOM_in(), lwgeom_parse_wkt(), and test_wkt_in_errlocation().

880 {
881  memset(parser_result, 0, sizeof(LWGEOM_PARSER_RESULT));
882 }
Parser result structure: returns the result of attempting to convert (E)WKT/(E)WKB to LWGEOM...
Definition: liblwgeom.h:2020
Here is the caller graph for this function: