Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dupdate.c302 int nAllIdx; /* Total number of indexes */ in sqlite3Update() local
572 for(nAllIdx=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, nAllIdx++){ in sqlite3Update()
592 if( reg==0 ) aToOpen[nAllIdx+1] = 0; 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()