Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c2787 int csrWrite; /* Cursor used to write to eph. table */ in sqlite3WindowCodeStep() local
2826 csrWrite = s.current.csr+1; in sqlite3WindowCodeStep()
2924 sqlite3VdbeAddOp2(v, OP_NewRowid, csrWrite, s.regRowid); in sqlite3WindowCodeStep()
2925 sqlite3VdbeAddOp3(v, OP_Insert, csrWrite, regRecord, s.regRowid); in sqlite3WindowCodeStep()
3045 addrEmpty = sqlite3VdbeAddOp1(v, OP_Rewind, csrWrite); in sqlite3WindowCodeStep()