Home
last modified time | relevance | path

Searched defs:addrCont (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dwherecode.c1335 int addrCont; /* Jump here to continue with next cycle */ in sqlite3WhereCodeOneLoopStart() local
2741 int addrCont = sqlite3WhereContinueLabel(pSubWInfo); in sqlite3WhereRightJoinLoop() local
H A Dinsert.c704 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */ in sqlite3Insert() local
H A DwhereInt.h80 int addrCont; /* Jump here to continue with the next loop cycle */ member
H A Dwhere.c1062 int addrCont; /* Jump here to skip a row */ in sqlite3ConstructBloomFilter() local
H A Dselect.c2564 int addrCont, addrBreak; /* CONTINUE and BREAK addresses */ in generateWithRecursiveQuery() local