Lines Matching defs:sqlite3_rtree_query_info
7739 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
7800 struct sqlite3_rtree_query_info { struct
7801 void *pContext; /* pContext from when function registered */
7802 int nParam; /* Number of function parameters */
7803 sqlite3_rtree_dbl *aParam; /* value of function parameters */
7804 void *pUser; /* callback can use this, if desired */
7805 void (*xDelUser)(void*); /* function to free pUser */
7806 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
7807 unsigned int *anQueue; /* Number of pending entries in the queue */
7808 int nCoord; /* Number of coordinates */
7809 int iLevel; /* Level of current node or entry */
7810 int mxLevel; /* The largest iLevel value in the tree */
7811 sqlite3_int64 iRowid; /* Rowid for current entry */
7812 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
7813 int eParentWithin; /* Visibility of parent node */
7814 int eWithin; /* OUT: Visiblity */
7815 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */