Searched defs:RtreeMatchArg (Results 1 – 1 of 1) sorted by relevance
115 typedef struct RtreeMatchArg RtreeMatchArg; typedef407 struct RtreeMatchArg { struct408 u32 iSize; /* Size of this object */409 RtreeGeomCallback cb; /* Info about the callback functions */410 int nParam; /* Number of parameters to the SQL function */411 sqlite3_value **apSqlParam; /* Original SQL parameter values */412 RtreeDValue aParam[1]; /* Values for parameters to the SQL function */