Searched refs:addrGosub (Results 1 – 2 of 2) sorted by relevance
1599 int addrGosub; /* OP_Gosub to this address to return one row */ member1981 sqlite3VdbeAddOp2(v, OP_Gosub, p->regGosub, p->addrGosub); in windowReturnOneRow()2782 int addrGosub /* OP_Gosub here to return each row */ in sqlite3WindowCodeStep() argument2824 s.addrGosub = addrGosub; in sqlite3WindowCodeStep()
7281 int addrGosub = sqlite3VdbeMakeLabel(pParse); in sqlite3Select() local7286 sqlite3WindowCodeStep(pParse, p, pWInfo, regGosub, addrGosub); in sqlite3Select()7289 sqlite3VdbeResolveLabel(v, addrGosub); in sqlite3Select()