Lines Matching defs:xGeom
10894 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
201280 int (*xGeom)(sqlite3_rtree_geometry*,int,RtreeDValue*,int*);
201283 sqlite3_rtree_query_info *pInfo; /* xGeom and xQueryFunc argument */
201332 ** xGeom and xQueryFunc are the callback functions. Exactly one of
201333 ** xGeom and xQueryFunc fields is non-NULL, depending on whether the
201341 int (*xGeom)(sqlite3_rtree_geometry*, int, RtreeDValue*, int*);
202193 rc = pConstraint->u.xGeom((sqlite3_rtree_geometry*)pInfo,
202765 if( pBlob->cb.xGeom ){
202766 pCons->u.xGeom = pBlob->cb.xGeom;
207287 int (*xGeom)(sqlite3_rtree_geometry*,int,RtreeDValue*,int*), /* Callback */
207295 pGeomCtx->xGeom = xGeom;
207323 pGeomCtx->xGeom = 0;