Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dauth.c112 int iSrc; /* Index in pTabList->a[] of table being read */ in sqliteAuthRead() local
117 for(iSrc=0; iSrc<pTabList->nSrc; iSrc++){ in sqliteAuthRead()
118 if( pExpr->iTable==pTabList->a[iSrc].iCursor ) break; in sqliteAuthRead()
120 if( iSrc>=0 && iSrc<pTabList->nSrc ){ in sqliteAuthRead()
121 pTab = pTabList->a[iSrc].pTab; in sqliteAuthRead()