Searched defs:pSelTab (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c1557 Table *pSelTab; local
1567 pSelTab = sqlite3ResultSetOfSelect(pParse, pSelect);
1568 if( pSelTab==0 ) return;
1570 p->nCol = pSelTab->nCol;
1571 p->aCol = pSelTab->aCol;
1572 pSelTab->nCol = 0;
1573 pSelTab->aCol = 0;
1574 sqlite3DeleteTable(db, pSelTab);
1744 Table *pSelTab; /* A fake table from which we get the result set */ local
1805 pSelTab
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c78396 Table *pSelTab; local
78583 Table *pSelTab; /* A fake table from which we get the result set */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c87961 Table *pSelTab; local
88148 Table *pSelTab; /* A fake table from which we get the result set */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c87981 Table *pSelTab; local
88168 Table *pSelTab; /* A fake table from which we get the result set */ local
[all...]

Completed in 931 milliseconds