Home
last modified time | relevance | path

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

/netbsd/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp502 const int error = ::sqlite3_bind_double(_pimpl->stmt, index, value); in bind()
/netbsd/lib/lua/sqlite/
H A Dsqlite.c212 lua_pushinteger(L, sqlite3_bind_double(*stmt, pidx, in stmt_bind()
/netbsd/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h351 #define sqlite3_bind_double sqlite3_api->bind_double macro
H A Dsqlite3.h4064 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
H A Dshell.c11794 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i)); in tryToCloneData()
H A Dsqlite3.c5103 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
82124 SQLITE_API int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){
82218 rc = sqlite3_bind_double(pStmt, i, pValue->u.r);
118474 #define sqlite3_bind_double sqlite3_api->bind_double
118876 sqlite3_bind_double,
195211 rc = sqlite3_bind_double(pSelect, i+1, rVal);
/netbsd/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dsqlite3.d809 int sqlite3_bind_double(sqlite3_stmt*, int, double);
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d809 int sqlite3_bind_double(sqlite3_stmt*, int, double);