Searched refs:sqlite3_rtree_dbl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10833 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
10835 typedef double sqlite3_rtree_dbl; typedef
10847 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
10859 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
10891 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10894 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10900 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
10903 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
H A Dsqlite3.c11146 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
11148 typedef double sqlite3_rtree_dbl; typedef
11160 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
11172 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
11204 sqlite3_rtree_dbl *aParam; /* value of function parameters */
11207 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
11213 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
11216 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
[all...]

Completed in 571 milliseconds