Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c848 int addrCounter = 0; /* Address where integer counter is initialized */ in constructAutomaticIndex() local
987 addrCounter = sqlite3VdbeAddOp2(v, OP_Integer, 0, 0); in constructAutomaticIndex()
1012 sqlite3VdbeChangeP2(v, addrCounter, regBase+n); in constructAutomaticIndex()