Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/userauth/
H A Duserauth.c63 static int userTableExists(sqlite3 *db, const char *zDb){ in userTableExists() function
93 if( !userTableExists(db, "main") ){ in userAuthCheckLogin()
244 if( !userTableExists(db, "main") ){ in sqlite3_user_add()
306 if( !userTableExists(db, "main") ){ in sqlite3_user_change()
344 if( !userTableExists(db, "main") ){ in sqlite3_user_delete()