Home
last modified time | relevance | path

Searched refs:sqlite3_bind_int64 (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c551 sqlite3_bind_int64(hsdb->delete_aliases, 1, entry_id); in hdb_sqlite_store()
558 sqlite3_bind_int64(hsdb->update_entry, 2, entry_id); in hdb_sqlite_store()
583 sqlite3_bind_int64(hsdb->add_alias, 2, entry_id); in hdb_sqlite_store()
/freebsd-src/contrib/kyua/utils/sqlite/
H A Dstatement.cpp538 const int error = ::sqlite3_bind_int64(_pimpl->stmt, index, value); in bind()
/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h400 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro
H A Dsqlite3.h4706 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
H A Dshell.c15827 sqlite3_bind_int64(pStmt, 2, pgno); in dbdataLoadPage()
17175 sqlite3_bind_int64(pStmt, 1, pgno); in recoverGetPage()
17971 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()
18000 sqlite3_bind_int64(pPageData, 1, iPage); in recoverLostAndFoundOnePage()
18007 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */ in recoverLostAndFoundOnePage()
18008 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */ in recoverLostAndFoundOnePage()
18011 sqlite3_bind_int64(pInsert, 4, iRowid); /* id */ in recoverLostAndFoundOnePage()
18221 sqlite3_bind_int64(pSel, 1, iRoot); in recoverWriteDataStep()
18260 sqlite3_bind_int64(pInsert, iBind, p1->iRowid); in recoverWriteDataStep()
18267 sqlite3_bind_int64(pInser in recoverWriteDataStep()
[all...]
H A Dsqlite3.c5019 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1487 sqlite3_bind_int64(pStmt, i, v); in dbPrepareAndBind()