Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/userauth/
H A Duserauth.c105 sqlite3_bind_blob(pStmt, 1, db->auth.zAuthPW, db->auth.nAuthPW,SQLITE_STATIC); in userAuthCheckLogin()
210 db->auth.nAuthPW = nPW; in sqlite3_user_authenticate()
/sqlite-3.40.0/src/
H A DsqliteInt.h1487 int nAuthPW; /* Size of the zAuthPW in bytes */ member