Home
last modified time | relevance | path

Searched refs:sqlite3_bind_double (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp510 const int error = ::sqlite3_bind_double(_pimpl->stmt, index, value); in bind()
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h408 #define sqlite3_bind_double sqlite3_api->bind_double macro
H A Dsqlite3.h5010 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
H A Dshell.c26323 sqlite3_bind_double(pStmt, i, NAN); in bind_prepared_stmt()
26327 sqlite3_bind_double(pStmt, i, INFINITY); in bind_prepared_stmt()
26339 sqlite3_bind_double(pStmt, i, pArg->prevTimer); in bind_prepared_stmt()
28697 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i)); in tryToCloneData()
H A Dsqlite3.c5331 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
95301 SQLITE_API int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){ function
95399 rc = sqlite3_bind_double(pStmt, i,
142641 #define sqlite3_bind_double sqlite3_api->bind_double macro
143097 sqlite3_bind_double,
236355 rc = sqlite3_bind_double(pSelect, i+1, rVal);
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1543 sqlite3_bind_double(pStmt, i, r); in dbPrepareAndBind()