PostGIS  2.5.7dev-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.

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:2013

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

Here is the caller graph for this function: