Home | History | Annotate | Download | only in orig

Lines Matching defs:zArg2

81140   const char *zArg2,
81156 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext);
83310 const char *zArg2 = 0;
83323 zArg2 = sqlite3GetVTable(db, pTab)->pMod->zName;
83332 if( sqlite3AuthCheck(pParse, code, pTab->zName, zArg2, zDb) ){