Searched defs:sqlite3_rtree_query_info (Results 1 – 3 of 3) sorted by relevance
1996 struct sqlite3_rtree_query_info struct1998 void *pContext; /* pContext from when function registered */1999 int nParam; /* Number of function parameters */2000 double*aParam; /* value of function parameters */2001 void *pUser; /* callback can use this, if desired */2003 double*aCoord; /* Coordinates of node or entry to check */2004 uint *anQueue; /* Number of pending entries in the queue */2005 int nCoord; /* Number of coordinates */2006 int iLevel; /* Level of current node or entry */2007 int mxLevel; /* The largest iLevel value in the tree */[all …]
10827 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef10888 struct sqlite3_rtree_query_info { struct10889 void *pContext; /* pContext from when function registered */10890 int nParam; /* Number of function parameters */10891 sqlite3_rtree_dbl *aParam; /* value of function parameters */10892 void *pUser; /* callback can use this, if desired */10893 void (*xDelUser)(void*); /* function to free pUser */10894 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */10895 unsigned int *anQueue; /* Number of pending entries in the queue */10896 int nCoord; /* Number of coordinates */[all …]
11140 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef11201 struct sqlite3_rtree_query_info { struct11202 void *pContext; /* pContext from when function registered */11203 int nParam; /* Number of function parameters */11204 sqlite3_rtree_dbl *aParam; /* value of function parameters */11205 void *pUser; /* callback can use this, if desired */11206 void (*xDelUser)(void*); /* function to free pUser */11207 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */11208 unsigned int *anQueue; /* Number of pending entries in the queue */11209 int nCoord; /* Number of coordinates */[all …]