Searched refs:GEOPOLY_SZ (Results 1 – 1 of 1) sorted by relevance
122 #define GEOPOLY_SZ(N) (sizeof(GeoPoly) + sizeof(GeoCoord)*2*((N)-4)) macro269 pOut = sqlite3_malloc64( GEOPOLY_SZ((sqlite3_int64)s.nVertex) ); in geopolyParseJson()660 pOut = sqlite3_realloc64(p, GEOPOLY_SZ(4)); in geopolyBBox()