Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c460 if (sqlite3_bind_int64(stmt, sqlite3_bind_parameter_index(stmt, field), var) != SQLITE_OK) in sqlite_bind_int64()
/third_party/sqlite/include/
H A Dsqlite3ext.h399 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro
H A Dsqlite3.h4578 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
/third_party/python/Modules/_sqlite/
H A Dcursor.c567 rc = sqlite3_bind_int64(self->st, pos, value); in bind_param()
/third_party/sqlite/src/
H A Dsqlite3.c4884 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
89452 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){ global() function
132322 #define sqlite3_bind_int64 global() macro
[all...]
H A Dshell.c11755 sqlite3_bind_int64(pStmt, 2, pgno); in dbdataLoadPage()
13315 sqlite3_bind_int64(pStmt, 1, pgno); in recoverGetPage()
14108 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()
14137 sqlite3_bind_int64(pPageData, 1, iPage); in recoverLostAndFoundOnePage()
14144 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */ in recoverLostAndFoundOnePage()
14145 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */ in recoverLostAndFoundOnePage()
14148 sqlite3_bind_int64(pInsert, 4, iRowid); /* id */ in recoverLostAndFoundOnePage()
14358 sqlite3_bind_int64(pSel, 1, iRoot); in recoverWriteDataStep()
14397 sqlite3_bind_int64(pInsert, iBind, p1->iRowid); in recoverWriteDataStep()
14404 sqlite3_bind_int64(pInser in recoverWriteDataStep()
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx972 int rc = sqlite3_bind_int64 (this->pp, parameter, value); in bind()

Completed in 173 milliseconds