Lines Matching refs:aRegIdx
307 int *aRegIdx = 0; /* Registers for to each index and the main table */ in sqlite3Update() local
442 aRegIdx = aXRef+pTab->nCol; in sqlite3Update()
443 aToOpen = (u8*)(aRegIdx+nIdx+1); in sqlite3Update()
593 aRegIdx[nAllIdx] = reg; in sqlite3Update()
595 aRegIdx[nAllIdx] = ++pParse->nMem; /* Register storing the table record */ in sqlite3Update()
612 assert( aRegIdx[nAllIdx]==pParse->nMem ); in sqlite3Update()
613 regRowSet = aRegIdx[nAllIdx]; in sqlite3Update()
770 aRegIdx[nAllIdx] = ++pParse->nMem; in sqlite3Update()
1021 sqlite3GenerateConstraintChecks(pParse, pTab, aRegIdx, iDataCur, iIdxCur, in sqlite3Update()
1043 sqlite3GenerateRowIndexDelete(pParse, pTab, iDataCur, iIdxCur, aRegIdx, -1); in sqlite3Update()
1088 pParse, pTab, iDataCur, iIdxCur, regNewRowid, aRegIdx, in sqlite3Update()