Searched refs:unionTab (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c1640 int unionTab; /* Cursor number of the temporary table holding result */ local
1658 unionTab = dest.iParm;
1663 unionTab = pParse->nTab++;
1665 addr = sqlite3VdbeAddOp2(v, OP_OpenEphemeral, unionTab, 0);
1675 sqlite3SelectDestInit(&uniondest, priorOp, unionTab);
1715 assert( unionTab==dest.iParm || dest.eDest!=priorOp );
1727 sqlite3VdbeAddOp2(v, OP_Rewind, unionTab, iBreak);
1729 selectInnerLoop(pParse, p, p->pEList, unionTab, p->pEList->nExpr,
1732 sqlite3VdbeAddOp2(v, OP_Next, unionTab, iStart);
1734 sqlite3VdbeAddOp2(v, OP_Close, unionTab,
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c91562 int unionTab; /* Cursor number of the temporary table holding result */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c103625 int unionTab; /* Cursor number of the temporary table holding result */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c103645 int unionTab; /* Cursor number of the temporary table holding result */ local
[all...]

Completed in 3777 milliseconds