Searched defs:sqlite3_rtree_query_info (Results 1 – 2 of 2) sorted by relevance
7739 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef7800 struct sqlite3_rtree_query_info { struct7802 int nParam; /* Number of function parameters */7803 sqlite3_rtree_dbl *aParam; /* value of function parameters */7805 void (*xDelUser)(void*); /* function to free pUser */7808 int nCoord; /* Number of coordinates */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 */[all …]
7946 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef8007 struct sqlite3_rtree_query_info { struct8009 int nParam; /* Number of function parameters */8010 sqlite3_rtree_dbl *aParam; /* value of function parameters */8012 void (*xDelUser)(void*); /* function to free pUser */8015 int nCoord; /* Number of coordinates */8018 sqlite3_int64 iRowid; /* Rowid for current entry */8019 sqlite3_rtree_dbl rParentScore; /* Score of parent node */8020 int eParentWithin; /* Visibility of parent node */8021 int eWithin; /* OUT: Visiblity */[all …]
Completed in 455 milliseconds