Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h10873 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
10934 struct sqlite3_rtree_query_info { struct
10936 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 …]
H A Dsqlite3.c11186 typedef struct sqlite3_rtree_query_info sqlite3_rtree_query_info; typedef
11247 struct sqlite3_rtree_query_info { struct
11249 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 …]