Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c223123 typedef struct GeoBBox GeoBBox; typedef
223124 struct GeoBBox { struct
223143 GeoBBox *pBBox; argument
223144 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
223161 GeoBBox *pBBox;
223162 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);