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

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h8393 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
8395 typedef double sqlite3_rtree_dbl; typedef
8407 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
8419 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
8451 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8454 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8460 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
8463 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
H A Dsqlite3.c8653 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
8655 typedef double sqlite3_rtree_dbl; typedef
8667 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
8679 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
8711 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8714 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8720 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
8723 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
[all...]

Completed in 329 milliseconds