Home
last modified time | relevance | path

Searched defs:nReg (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dwherecode.c777 int nReg; /* Number of registers to allocate */ in codeAllEqualityTerms() local
1192 static void codeExprOrVector(Parse *pParse, Expr *p, int iReg, int nReg){ in codeExprOrVector()
H A Dexpr.c3256 int nReg; /* Registers to allocate */ in sqlite3CodeSubselect() local
3857 void sqlite3ExprCodeMove(Parse *pParse, int iFrom, int iTo, int nReg){ in sqlite3ExprCodeMove()
6450 int sqlite3GetTempRange(Parse *pParse, int nReg){ in sqlite3GetTempRange()
6464 void sqlite3ReleaseTempRange(Parse *pParse, int iReg, int nReg){ in sqlite3ReleaseTempRange()
H A Dwindow.c2355 int nReg = (pMWin->pOrderBy ? pMWin->pOrderBy->nExpr : 0); in windowCodeOp() local
H A Dselect.c6219 int nReg = pAggInfo->nFunc + pAggInfo->nColumn; in resetAccumulator() local