Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/userauth/
H A Dsqlite3userauth.h43 const char *aPW, /* Password or credentials */
60 const char *aPW, /* Password or credentials */
75 const char *aPW, /* New password or credentials */
H A Duserauth.c236 const char *aPW, /* Password or credentials */ in sqlite3_user_add() argument
262 sqlite3_bind_blob(pStmt, 1, aPW, nPW, SQLITE_STATIC); in sqlite3_user_add()
268 sqlite3_user_authenticate(db, zUsername, aPW, nPW); in sqlite3_user_add()
283 const char *aPW, /* Modified password or credentials */ in sqlite3_user_change() argument
315 sqlite3_bind_blob(pStmt, 1, aPW, nPW, SQLITE_STATIC); in sqlite3_user_change()
H A Duser-auth.txt17 const char *aPW, /* Password or credentials */
18 int nPW /* Number of bytes in aPW[] */
24 const char *aPW, /* Password or credentials */
25 int nPW, /* Number of bytes in aPW[] */
32 const void *aPW, /* Modified password or credentials */
33 int nPW, /* Number of bytes in aPW[] */