Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c1599 int addrGosub; /* OP_Gosub to this address to return one row */ member
1981 sqlite3VdbeAddOp2(v, OP_Gosub, p->regGosub, p->addrGosub); in windowReturnOneRow()
2782 int addrGosub /* OP_Gosub here to return each row */ in sqlite3WindowCodeStep() argument
2824 s.addrGosub = addrGosub; in sqlite3WindowCodeStep()
H A Dselect.c7281 int addrGosub = sqlite3VdbeMakeLabel(pParse); in sqlite3Select() local
7286 sqlite3WindowCodeStep(pParse, p, pWInfo, regGosub, addrGosub); in sqlite3Select()
7289 sqlite3VdbeResolveLabel(v, addrGosub); in sqlite3Select()