Searched refs:zDBase (Results 1 – 1 of 1) sorted by relevance
116 const char *zDBase; /* Name of database being accessed */ in sqliteAuthRead() local146 zDBase = db->aDb[pExpr->iDb].zName; in sqliteAuthRead()147 rc = db->xAuth(db->pAuthArg, SQLITE_READ, pTab->zName, zCol, zDBase, in sqliteAuthRead()154 zDBase, pTab->zName, zCol); in sqliteAuthRead()