Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dauth.c103 void sqliteAuthRead( in sqliteAuthRead() function
H A DsqliteInt.h1248 void sqliteAuthRead(Parse*,Expr*,SrcList*);
1253 # define sqliteAuthRead(a,b,c) macro
H A Dexpr.c594 sqliteAuthRead(pParse, pExpr, pSrcList); in lookupName()