Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c159693 int iEph, /* Cursor for open eph. table */ argument
159774 sqlite3SelectDestInit(&dest, eDest, iEph);
159837 int iEph = 0; /* Ephemeral table holding all primary key values */ local
160176 iEph = pParse->nTab++;
160177 addrOpen = sqlite3VdbeAddOp3(v, OP_OpenEphemeral, iEph, 0, regRowSet);
160187 iEph = pParse->nTab++;
160189 addrOpen = sqlite3VdbeAddOp2(v, OP_OpenEphemeral, iEph, nEphCol);
160199 pParse, iEph, pPk, pChanges, pTabList, pWhere, pOrderBy, pLimit
160202 if( isView ) iDataCur = iEph;
160280 sqlite3VdbeAddOp3(v, OP_Insert, iEph, regRowSet, regOldRowid);
[all …]