Searched refs:sqlite3_bind_int64 (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Modules/_sqlite/ |
D | statement.c | 172 rc = sqlite3_bind_int64(self->st, pos, value); in pysqlite_statement_bind_parameter()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | semind.c | 460 if (sqlite3_bind_int64(stmt, sqlite3_bind_parameter_index(stmt, field), var) != SQLITE_OK) in sqlite_bind_int64()
|
/third_party/sqlite/include/ |
D | sqlite3ext.h | 399 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro
|
D | sqlite3.h | 4578 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
|
/third_party/sqlite/src/ |
D | shell.c | 11755 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(pInsert, pTab->iRowidBind, p1->iRowid); in recoverWriteDataStep() [all …]
|
D | sqlite3.c | 4884 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64); 89237 return sqlite3_bind_int64(p, i, (i64)iValue); 89239 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){ 89312 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i); 132109 #define sqlite3_bind_int64 sqlite3_api->bind_int64 132553 sqlite3_bind_int64, 181275 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId); 190116 sqlite3_bind_int64(pStmt, 1, iDocid); 190289 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0)); 190290 sqlite3_bind_int64(pStmt, 2, [all …]
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 972 int rc = sqlite3_bind_int64 (this->pp, parameter, value); in bind()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 84243 -#define sqlite3_bind_int64 chrome_sqlite3_bind_int64 // Line 4515 84275 +#define sqlite3_bind_int64 chrome_sqlite3_bind_int64 // Line 4530 122658 -#define sqlite3_bind_int64 chrome_sqlite3_bind_int64 // Line 4515 122690 +#define sqlite3_bind_int64 chrome_sqlite3_bind_int64 // Line 4530 164368 + ["sqlite3_bind_int64","number",["number", "number", "number"]],*/
|