Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c117011 int regOut /* Store the index column value in this register */
117035 int regOut /* Put the result in this register */
117069 int regOut /* Extract the value into this register */
122701 int regOut; local
124348 static void callStatGet(Parse *pParse, int regStat, int iParam, int regOut){
133658 int regOut, /* Put the new key into this register if not 0 */
149490 int regOut = ++pParse->nMem; local