Searched refs:GeoBBox (Results 1 – 1 of 1) sorted by relevance
223501 typedef struct GeoBBox GeoBBox; typedef223502 struct GeoBBox { struct223521 GeoBBox *pBBox; argument223522 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));223539 GeoBBox *pBBox;223540 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);