Home | History | Annotate | Download | only in orig

Lines Matching defs:double

264 # define double sqlite3_int64
1162 int (*xCurrentTime)(sqlite3_vfs*, double*);
3413 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
3914 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
4195 SQLITE_API double sqlite3_value_double(sqlite3_value*);
4457 SQLITE_API void sqlite3_result_double(sqlite3_context*, double);
5427 double estimatedCost; /* Estimated cost of using this index */
7372 # undef double
7404 /* The double-precision datatype used by RTree depends on the
7410 typedef double sqlite3_rtree_dbl;