Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c2788 int csrInput = p->pSrc->a[0].iCursor; /* Cursor of sub-select */ in sqlite3WindowCodeStep() local
2897 sqlite3VdbeAddOp3(v, OP_Column, csrInput, iInput, regNew+iInput); in sqlite3WindowCodeStep()