Lines Matching defs:nAllIdx
148142 int nAllIdx; /* Total number of indexes */
148412 for(nAllIdx=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, nAllIdx++){
148432 if( reg==0 ) aToOpen[nAllIdx+1] = 0;
148433 aRegIdx[nAllIdx] = reg;
148435 aRegIdx[nAllIdx] = ++pParse->nMem; /* Register storing the table record */
148447 /* For now, regRowSet and aRegIdx[nAllIdx] share the same register.
148448 ** If regRowSet turns out to be needed, then aRegIdx[nAllIdx] will be
148449 ** reallocated. aRegIdx[nAllIdx] is the register in which the main
148452 assert( aRegIdx[nAllIdx]==pParse->nMem );
148453 regRowSet = aRegIdx[nAllIdx];
148610 aRegIdx[nAllIdx] = ++pParse->nMem;