Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c122 #define GEOPOLY_SZ(N) (sizeof(GeoPoly) + sizeof(GeoCoord)*2*((N)-4)) macro
269 pOut = sqlite3_malloc64( GEOPOLY_SZ((sqlite3_int64)s.nVertex) ); in geopolyParseJson()
660 pOut = sqlite3_realloc64(p, GEOPOLY_SZ(4)); in geopolyBBox()