Searched defs:sqlite3_rtree_query_info (Results 1 – 2 of 2) sorted by relevance
10097 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef10158 struct sqlite3_rtree_query_info { struct10160 int nParam; /* Number of function parameters */10161 sqlite3_rtree_dbl *aParam; /* value of function parameters */10163 void (*xDelUser)(void*); /* function to free pUser */10166 int nCoord; /* Number of coordinates */10169 sqlite3_int64 iRowid; /* Rowid for current entry */10170 sqlite3_rtree_dbl rParentScore; /* Score of parent node */10171 int eParentWithin; /* Visibility of parent node */10172 int eWithin; /* OUT: Visibility */[all …]
10403 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef10464 struct sqlite3_rtree_query_info { struct10466 int nParam; /* Number of function parameters */10467 sqlite3_rtree_dbl *aParam; /* value of function parameters */10469 void (*xDelUser)(void*); /* function to free pUser */10472 int nCoord; /* Number of coordinates */10475 sqlite3_int64 iRowid; /* Rowid for current entry */10476 sqlite3_rtree_dbl rParentScore; /* Score of parent node */10477 int eParentWithin; /* Visibility of parent node */10478 int eWithin; /* OUT: Visibility */[all …]