Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c896 if( pSelTab==0 ) return; in sqliteEndTable()
898 p->nCol = pSelTab->nCol; in sqliteEndTable()
899 p->aCol = pSelTab->aCol; in sqliteEndTable()
900 pSelTab->nCol = 0; in sqliteEndTable()
901 pSelTab->aCol = 0; in sqliteEndTable()
1056 Table *pSelTab; in sqliteViewGetColumnNames() local
1099 if( pSelTab ){ in sqliteViewGetColumnNames()
1101 pTable->nCol = pSelTab->nCol; in sqliteViewGetColumnNames()
1102 pTable->aCol = pSelTab->aCol; in sqliteViewGetColumnNames()
1103 pSelTab->nCol = 0; in sqliteViewGetColumnNames()
[all …]