Searched defs:sqlite3_rtree_query_info (Results 1 – 2 of 2) sorted by relevance
11104 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef11165 struct sqlite3_rtree_query_info { struct11166 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 …]
11423 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef11484 struct sqlite3_rtree_query_info { struct11485 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 …]