Searched defs:dbhandle (Results 1 – 4 of 4) sorted by relevance
35 void ExecOrDie(sqlite3* dbhandle, const char *query) { in ExecOrDie()86 static void MakeSigninsTable(sqlite3* const dbhandle) { in MakeSigninsTable()151 static void MakeCookiesTable(sqlite3* const dbhandle) { in MakeCookiesTable()161 static void MakeClientIDTable(sqlite3* const dbhandle) { in MakeClientIDTable()178 ScopedDBHandle dbhandle(this); in Init() local289 ScopedDBHandle dbhandle(this); in StoreEmailForSignin() local333 ScopedDBHandle dbhandle(this); in GetEmailForSignin() local360 ScopedDBHandle dbhandle(this); in StoreHashedPassword() local392 ScopedDBHandle dbhandle(this); in VerifyAgainstStoredHash() local430 ScopedDBHandle dbhandle(this); in GetClientId() local[all …]
20 ScopedDBHandle dbhandle(this); in SetAuthTokenForService() local39 ScopedDBHandle dbhandle(this); in GetLastUserAndServiceToken() local
29 ScopedDBHandle dbhandle(this); in SetAuthTokenForService() local47 ScopedDBHandle dbhandle(this); in GetLastUserAndServiceToken() local
51 int ExecQuery(sqlite3* dbhandle, const char* query) { in ExecQuery()332 sqlite3* dbhandle = LazyGetSaveHandle(); in DeleteEntries() local352 sqlite3* dbhandle = LazyGetSaveHandle(); in SaveChanges() local