Searched refs:GeoBBox (Results 1 – 1 of 1) sorted by relevance
223123 typedef struct GeoBBox GeoBBox; typedef223124 struct GeoBBox { struct223143 GeoBBox *pBBox; argument223144 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));223161 GeoBBox *pBBox;223162 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);