Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c223501 typedef struct GeoBBox GeoBBox; typedef
223502 struct GeoBBox { struct
223521 GeoBBox *pBBox; argument
223522 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
223539 GeoBBox *pBBox;
223540 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);