Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c423 int cntTab = 0; /* Number of matching table names */ in lookupName() local
467 if( 0==(cntTab++) ){ in lookupName()
505 cntTab++; in lookupName()
520 if( cnt==0 && cntTab==1 && sqliteIsRowid(zCol) ){ in lookupName()