Lines Matching defs:dbhandle
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() local
289 ScopedDBHandle dbhandle(this); in StoreEmailForSignin() local
333 ScopedDBHandle dbhandle(this); in GetEmailForSignin() local
360 ScopedDBHandle dbhandle(this); in StoreHashedPassword() local
392 ScopedDBHandle dbhandle(this); in VerifyAgainstStoredHash() local
430 ScopedDBHandle dbhandle(this); in GetClientId() local
441 ScopedDBHandle dbhandle(this); in ClearAllServiceTokens() local
446 ScopedDBHandle dbhandle(this); in GetLastUser() local