Searched defs:sqlite3_rtree_query_info (Results 1 – 2 of 2) sorted by relevance
10873 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef10934 struct sqlite3_rtree_query_info { struct10936 int nParam; /* Number of function parameters */10937 sqlite3_rtree_dbl *aParam; /* value of function parameters */10939 void (*xDelUser)(void*); /* function to free pUser */10942 int nCoord; /* Number of coordinates */10945 sqlite3_int64 iRowid; /* Rowid for current entry */10946 sqlite3_rtree_dbl rParentScore; /* Score of parent node */10947 int eParentWithin; /* Visibility of parent node */10948 int eWithin; /* OUT: Visibility */[all …]
11186 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef11247 struct sqlite3_rtree_query_info { struct11249 int nParam; /* Number of function parameters */11250 sqlite3_rtree_dbl *aParam; /* value of function parameters */11252 void (*xDelUser)(void*); /* function to free pUser */11255 int nCoord; /* Number of coordinates */11258 sqlite3_int64 iRowid; /* Rowid for current entry */11259 sqlite3_rtree_dbl rParentScore; /* Score of parent node */11260 int eParentWithin; /* Visibility of parent node */11261 int eWithin; /* OUT: Visibility */[all …]