Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c713 typedef struct GeoBBox GeoBBox; typedef
714 struct GeoBBox { struct
732 GeoBBox *pBBox; in geopolyBBoxStep() argument
733 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox)); in geopolyBBoxStep()
750 GeoBBox *pBBox; in geopolyBBoxFinal()
751 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0); in geopolyBBoxFinal()