Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h11104 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
11165 struct sqlite3_rtree_query_info { struct
11166 void *pContext; /* pContext from when function registered */
11167 int nParam; /* Number of function parameters */
11168 sqlite3_rtree_dbl *aParam; /* value of function parameters */
11169 void *pUser; /* callback can use this, if desired */
11170 void (*xDelUser)(void*); /* function to free pUser */
11171 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
11172 unsigned int *anQueue; /* Number of pending entries in the queue */
11173 int nCoord; /* Number of coordinates */
[all …]
H A Dsqlite3.c11423 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
11484 struct sqlite3_rtree_query_info { struct
11485 void *pContext; /* pContext from when function registered */
11486 int nParam; /* Number of function parameters */
11487 sqlite3_rtree_dbl *aParam; /* value of function parameters */
11488 void *pUser; /* callback can use this, if desired */
11489 void (*xDelUser)(void*); /* function to free pUser */
11490 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
11491 unsigned int *anQueue; /* Number of pending entries in the queue */
11492 int nCoord; /* Number of coordinates */
[all …]