Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dexpr.c426 int cntTab = 0; /* Number of matching table names */ in lookupName() local
470 if( 0==(cntTab++) ){ in lookupName()
508 cntTab++; in lookupName()
523 if( cnt==0 && cntTab==1 && sqliteIsRowid(zCol) ){ in lookupName()