Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h10544 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10605 struct sqlite3_rtree_query_info { struct
10606 void *pContext; /* pContext from when function registered */
10607 int nParam; /* Number of function parameters */
10608 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10609 void *pUser; /* callback can use this, if desired */
10610 void (*xDelUser)(void*); /* function to free pUser */
10611 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10612 unsigned int *anQueue; /* Number of pending entries in the queue */
10613 int nCoord; /* Number of coordinates */
[all …]
/third_party/sqlite/src/
Dsqlite3.c10874 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10935 struct sqlite3_rtree_query_info { struct
10936 void *pContext; /* pContext from when function registered */
10937 int nParam; /* Number of function parameters */
10938 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10939 void *pUser; /* callback can use this, if desired */
10940 void (*xDelUser)(void*); /* function to free pUser */
10941 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10942 unsigned int *anQueue; /* Number of pending entries in the queue */
10943 int nCoord; /* Number of coordinates */
[all …]