Home
last modified time | relevance | path

Searched refs:sqlite3_db_handle (Results 1 – 5 of 5) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h444 #define sqlite3_db_handle sqlite3_api->db_handle macro
Dsqlite3.h6375 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
/third_party/sqlite/src/
Dshell.c13115 recoverDbError(p, sqlite3_db_handle(pStmt)); in recoverReset()
13127 sqlite3 *db = sqlite3_db_handle(pStmt); in recoverFinalize()
20909 sqlite3 *db = sqlite3_db_handle(pStmt); in shellFinalize()
20933 sqlite3 *db = sqlite3_db_handle(pStmt); in shellReset()
Dsqlite3.c6684 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
89459 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){
132154 #define sqlite3_db_handle sqlite3_api->db_handle
132597 sqlite3_db_handle,
209350 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt)));
209734 sqlite3 *db = sqlite3_db_handle(pStmt);
/third_party/chromium/patch/
D0003-ohos-1115.patch84386 -#define sqlite3_db_handle chrome_sqlite3_db_handle // Line 6257
84401 +#define sqlite3_db_handle chrome_sqlite3_db_handle // Line 6277
96587 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
122200 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
122801 -#define sqlite3_db_handle chrome_sqlite3_db_handle // Line 6257
122816 +#define sqlite3_db_handle chrome_sqlite3_db_handle // Line 6277
135002 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
161374 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
182424 sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
183814 + db = sqlite3_db_handle(pStmt);
[all …]