Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c354 int *piTab, /* Write index of pSrc->a[] here */ in tableAndColumnIndex() argument
363 assert( (piTab==0)==(piCol==0) ); /* Both or neither are NULL */ in tableAndColumnIndex()
370 if( piTab ){ in tableAndColumnIndex()
372 *piTab = i; in tableAndColumnIndex()
H A Dexpr.c2746 int *piTab /* OUT: index to use */ in sqlite3FindInIndex() argument
2952 *piTab = iTab; in sqlite3FindInIndex()