Searched refs:addrCounter (Results 1 – 1 of 1) sorted by relevance
848 int addrCounter = 0; /* Address where integer counter is initialized */ in constructAutomaticIndex() local987 addrCounter = sqlite3VdbeAddOp2(v, OP_Integer, 0, 0); in constructAutomaticIndex()1012 sqlite3VdbeChangeP2(v, addrCounter, regBase+n); in constructAutomaticIndex()