Lines Matching refs:sqlite3VdbeJumpHere
1023 sqlite3VdbeJumpHere(v, addrTop); in constructAutomaticIndex()
1027 sqlite3VdbeJumpHere(v, addrInit); in constructAutomaticIndex()
1135 sqlite3VdbeJumpHere(v, addrTop); in sqlite3ConstructBloomFilter()
1157 sqlite3VdbeJumpHere(v, addrOnce); in sqlite3ConstructBloomFilter()
6172 sqlite3VdbeJumpHere(v, iOnce); in sqlite3WhereBegin()
6323 if( addrSeek ) sqlite3VdbeJumpHere(v, addrSeek); in sqlite3WhereEnd()
6335 sqlite3VdbeJumpHere(v, pIn->addrInTop+1); in sqlite3WhereEnd()
6363 sqlite3VdbeJumpHere(v, pIn->addrInTop+1); in sqlite3WhereEnd()
6371 sqlite3VdbeJumpHere(v, pIn->addrInTop-1); in sqlite3WhereEnd()
6382 sqlite3VdbeJumpHere(v, pLevel->addrSkip); in sqlite3WhereEnd()
6383 sqlite3VdbeJumpHere(v, pLevel->addrSkip-2); in sqlite3WhereEnd()
6416 sqlite3VdbeJumpHere(v, addr); in sqlite3WhereEnd()