Lines Matching defs:sqlite3_bind_double
3738 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);63850 SQLITE_API int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){63910 rc = sqlite3_bind_double(pStmt, i, pValue->r);91267 #define sqlite3_bind_double sqlite3_api->bind_double91577 sqlite3_bind_double,