Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_bind_double

3738 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
63822 SQLITE_API int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){
63882 rc = sqlite3_bind_double(pStmt, i, pValue->r);
91231 #define sqlite3_bind_double sqlite3_api->bind_double
91541 sqlite3_bind_double,