Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c2792 int addrGosubFlush = 0; /* Address of OP_Gosub to flush: */ in sqlite3WindowCodeStep() local
2918 addrGosubFlush = sqlite3VdbeAddOp1(v, OP_Gosub, regFlushPart); in sqlite3WindowCodeStep()
3041 sqlite3VdbeJumpHere(v, addrGosubFlush); in sqlite3WindowCodeStep()