Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h55 int endSubrtn; /* The last opcode in the interior subroutine */ member
H A Dwherecode.c2702 sqlite3VdbeNoJumpsOutsideSubrtn(v, pRJ->addrSubrtn, pRJ->endSubrtn, in sqlite3WhereRightJoinLoop()
H A Dwhere.c6278 pRJ->endSubrtn = sqlite3VdbeCurrentAddr(v); in sqlite3WhereEnd()