Home
last modified time | relevance | path

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

/freebsd-src/contrib/kyua/utils/sqlite/
H A Dstatement.cpp510 const int error = ::sqlite3_bind_double(_pimpl->stmt, index, value); in bind()
/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h398 #define sqlite3_bind_double sqlite3_api->bind_double macro
H A Dsqlite3.h4704 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
H A Dshell.c21642 sqlite3_bind_double(pStmt, i, NAN); in bind_prepared_stmt()
21646 sqlite3_bind_double(pStmt, i, INFINITY); in bind_prepared_stmt()
24088 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i)); in tryToCloneData()
H A Dsqlite3.c5017 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1482 sqlite3_bind_double(pStmt, i, r); in dbPrepareAndBind()