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