Home
last modified time | relevance | path

Searched defs:sqlite3_rtree_query_info (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h10097 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10158 struct sqlite3_rtree_query_info { struct
10160 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 …]
H A Dsqlite3.c10403 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10464 struct sqlite3_rtree_query_info { struct
10466 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 …]