Home
last modified time | relevance | path

Searched refs:sqlite3AuthRead (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dauth.c140 void sqlite3AuthRead( in sqlite3AuthRead() function
H A DsqliteInt.h4918 void sqlite3AuthRead(Parse*,Expr*,Schema*,SrcList*);
4924 # define sqlite3AuthRead(a,b,c,d) macro
H A Dresolve.c742 sqlite3AuthRead(pParse, pExpr, pSchema, pNC->pSrcList); in lookupName()