Searched refs:sqlite3_bind_int64 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | hdb-sqlite.c | 551 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/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 538 const int error = ::sqlite3_bind_int64(_pimpl->stmt, index, value); in bind()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 410 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro
|
| H A D | sqlite3.h | 5014 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
|
| H A D | shell.c | 20075 sqlite3_bind_int64(pStmt, 2, pgno); in dbdataLoadPage() 21461 sqlite3_bind_int64(pStmt, 1, pgno); in recoverGetPage() 22260 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot() 22289 sqlite3_bind_int64(pPageData, 1, iPage); in recoverLostAndFoundOnePage() 22296 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */ in recoverLostAndFoundOnePage() 22297 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */ in recoverLostAndFoundOnePage() 22300 sqlite3_bind_int64(pInsert, 4, iRowid); /* id */ in recoverLostAndFoundOnePage() 22510 sqlite3_bind_int64(pSel, 1, iRoot); in recoverWriteDataStep() 22549 sqlite3_bind_int64(pInsert, iBind, p1->iRowid); in recoverWriteDataStep() 22556 sqlite3_bind_int64(pInsert, pTab->iRowidBind, p1->iRowid); in recoverWriteDataStep() [all …]
|
| H A D | sqlite3.c | 5335 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64); 95471 return sqlite3_bind_int64(p, i, (i64)iValue); 95473 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){ function 95552 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i); 142864 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro 143320 sqlite3_bind_int64, 195774 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId); 204759 sqlite3_bind_int64(pStmt, 1, iDocid); 204932 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0)); 204933 sqlite3_bind_int64(pStmt, 2, [all …]
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1548 sqlite3_bind_int64(pStmt, i, v); in dbPrepareAndBind()
|