Searched refs:pAuthArg (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | auth.c | 82 db->pAuthArg = pArg; in sqlite_set_authorizer() 147 rc = db->xAuth(db->pAuthArg, SQLITE_READ, pTab->zName, zCol, zDBase, in sqliteAuthRead() 183 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext); in sqliteAuthCheck()
|
H A D | sqliteInt.h | 382 void *pAuthArg; /* 1st argument to the access auth function */ member
|