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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h9923 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
9925 typedef double sqlite3_rtree_dbl; typedef
9937 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
9949 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
9981 sqlite3_rtree_dbl *aParam; /* value of function parameters */
9984 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
9990 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
9993 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
H A Dsqlite3.c10986 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
10988 typedef double sqlite3_rtree_dbl; typedef
11000 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
11012 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
11044 sqlite3_rtree_dbl *aParam; /* value of function parameters */
11047 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
11053 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
11056 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
[all...]

Completed in 533 milliseconds