Home
last modified time | relevance | path

Searched defs:RtreeMatchArg (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtree.c115 typedef struct RtreeMatchArg RtreeMatchArg; typedef
407 struct RtreeMatchArg { struct
408 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 */