Searched defs:sqlite3_rtree_dbl (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h8587 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
8589 typedef double sqlite3_rtree_dbl; typedef
8601 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
8613 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
8645 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8648 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8654 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
8657 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
H A Dsqlite3.c8864 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
8866 typedef double sqlite3_rtree_dbl; typedef
8878 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
8890 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
8922 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8925 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8931 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
8934 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h8587 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
8589 typedef double sqlite3_rtree_dbl; typedef
8601 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
8613 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
8645 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8648 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8654 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
8657 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
H A Dsqlite3.c8864 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
8866 typedef double sqlite3_rtree_dbl; typedef
8878 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
8890 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
8922 sqlite3_rtree_dbl *aParam; /* value of function parameters */
8925 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
8931 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
8934 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
[all...]

Completed in 624 milliseconds