Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c114 pDest->nSdst = 0; in sqlite3SelectDestInit()
1145 pDest->nSdst = nResultCol; in selectInnerLoop()
1384 assert( nResultCol<=pDest->nSdst ); in selectInnerLoop()
1388 assert( nResultCol==pDest->nSdst ); in selectInnerLoop()
3144 pDest->nSdst = dest.nSdst; in multiSelect()
3245 testcase( pIn->nSdst>1 ); in generateOutputSubroutine()
3248 r1, pDest->zAffSdst, pIn->nSdst); in generateOutputSubroutine()
3250 pIn->iSdst, pIn->nSdst); in generateOutputSubroutine()
3261 testcase( pIn->nSdst>1 ); in generateOutputSubroutine()
3273 pDest->iSdst = sqlite3GetTempRange(pParse, pIn->nSdst); in generateOutputSubroutine()
[all …]
H A Dinsert.c921 dest.nSdst = pTab->nCol; in sqlite3Insert()
H A DsqliteInt.h3513 int nSdst; /* Number of registers allocated */ member
H A Dbuild.c2853 sqlite3VdbeAddOp3(v, OP_MakeRecord, dest.iSdst, dest.nSdst, regRec); in sqlite3EndTable()
H A Dexpr.c3318 dest.nSdst = nReg; in sqlite3CodeSubselect()