Lines Matching defs:double
312 # define double sqlite3_int64
1482 int (*xCurrentTime)(sqlite3_vfs*, double*);
2379 ** the legacy [double-quoted string literal] misfeature for DML statements
2388 ** the legacy [double-quoted string literal] misfeature for DDL statements,
4576 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
5145 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
5619 SQLITE_API double sqlite3_value_double(sqlite3_value*);
5966 SQLITE_API void sqlite3_result_double(sqlite3_context*, double);
7247 double estimatedCost; /* Estimated cost of using this index */
8133 ** by enclosing in double-quotes) so as not to confuse the parser.
8159 ** <li> Put all identifier names inside double-quotes. This is the official
9952 ** <dd>^The "double" variable pointed to by the V parameter will be set to the
10513 # undef double
10546 /* The double-precision datatype used by RTree depends on the
10552 typedef double sqlite3_rtree_dbl;