PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ gml_lwpgerror()

static void gml_lwpgerror ( char *  msg,
__attribute__((__unused__)) int  error_code 
)
static

Definition at line 82 of file lwgeom_in_gml.c.

83 {
84  POSTGIS_DEBUGF(3, "ST_GeomFromGML ERROR %i", error_code);
85  lwpgerror("%s", msg);
86 }

Referenced by get_xlink_node(), gml_reproject_pa(), lwgeom_from_gml(), parse_gml(), parse_gml_coord(), parse_gml_coordinates(), parse_gml_curve(), parse_gml_data(), parse_gml_double(), parse_gml_line(), parse_gml_linearring(), parse_gml_patch(), parse_gml_point(), parse_gml_polygon(), parse_gml_pos(), parse_gml_poslist(), parse_gml_srs(), parse_gml_surface(), and parse_gml_triangle().

Here is the caller graph for this function: