Home
last modified time | relevance | path

Searched defs:regOut (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c954 int regOut, /* Put the new key into this register if not 0 */ in sqlite3GenerateIndexKey()
H A Dexpr.c3734 int regOut /* Store the index column value in this register */ in sqlite3ExprCodeLoadIndexColumn()
3758 int regOut /* Put the result in this register */ in sqlite3ExprCodeGeneratedColumn()
3785 int regOut /* Extract the value into this register */ in sqlite3ExprCodeGetColumnOfTable()
H A Danalyze.c928 static void callStatGet(Parse *pParse, int regStat, int iParam, int regOut){ in callStatGet()
H A Dalter.c2224 int regOut; in sqlite3AlterDropColumn() local
H A Dselect.c675 int regOut = ++pParse->nMem; in makeSorterRecord() local