Home
last modified time | relevance | path

Searched refs:wkt_buf (Results 1 – 1 of 1) sorted by relevance

/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_osm_filter.c1136 char *wkt_buf = NULL; in parse_wkt_mask() local
1160 wkt_buf = malloc (cnt + 1); in parse_wkt_mask()
1161 memset (wkt_buf, '\0', cnt + 1); in parse_wkt_mask()
1162 p = wkt_buf; in parse_wkt_mask()
1169 if ((p - wkt_buf) <= cnt) in parse_wkt_mask()
1176 geom = gaiaParseWkt ((unsigned char *) wkt_buf, -1); in parse_wkt_mask()
1177 free (wkt_buf); in parse_wkt_mask()