Searched defs:sqlite3_rtree_query_info (Results 1 – 2 of 2) sorted by relevance
10873 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef10934 struct sqlite3_rtree_query_info { struct10935 void *pContext; /* pContext from when function registered */10936 int nParam; /* Number of function parameters */10937 sqlite3_rtree_dbl *aParam; /* value of function parameters */10938 void *pUser; /* callback can use this, if desired */10939 void (*xDelUser)(void*); /* function to free pUser */10940 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */10941 unsigned int *anQueue; /* Number of pending entries in the queue */10942 int nCoord; /* Number of coordinates */[all …]
11186 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef11247 struct sqlite3_rtree_query_info { struct11248 void *pContext; /* pContext from when function registered */11249 int nParam; /* Number of function parameters */11250 sqlite3_rtree_dbl *aParam; /* value of function parameters */11251 void *pUser; /* callback can use this, if desired */11252 void (*xDelUser)(void*); /* function to free pUser */11253 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */11254 unsigned int *anQueue; /* Number of pending entries in the queue */11255 int nCoord; /* Number of coordinates */[all …]