Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_bind_double

3738 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
63833 SQLITE_API int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){
63893 rc = sqlite3_bind_double(pStmt, i, pValue->r);
91242 #define sqlite3_bind_double sqlite3_api->bind_double
91552 sqlite3_bind_double,