Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c2794 int addrEmpty; /* Address of OP_Rewind in flush: */ in sqlite3WindowCodeStep() local
3045 addrEmpty = sqlite3VdbeAddOp1(v, OP_Rewind, csrWrite); in sqlite3WindowCodeStep()
3090 sqlite3VdbeJumpHere(v, addrEmpty); in sqlite3WindowCodeStep()