Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c179272 int csrInput = p->pSrc->a[0].iCursor; /* Cursor of sub-select */ local
179381 sqlite3VdbeAddOp3(v, OP_Column, csrInput, iInput, regNew+iInput);