Lines Matching refs:aIdx
180873 int *aIdx = 0; /* Array of remaining idx values */
180888 aNew = sqlite3_realloc(aIdx, nAlloc*sizeof(int));
180893 aIdx = aNew;
180895 aIdx[nIdx++] = sqlite3_column_int(pSelect, 0);
180911 if( aIdx[i]!=i ){
180912 sqlite3_bind_int(pUpdate, 3, aIdx[i]);
180920 sqlite3_free(aIdx);
187029 int aIdx[2]; /* Index of constraints for JSON and ROOT */
187038 aIdx[0] = aIdx[1] = -1;
187050 aIdx[iCol] = i;
187059 if( aIdx[0]<0 ){
187066 i = aIdx[0];
187069 if( aIdx[1]<0 ){
187072 i = aIdx[1];
189607 int *aIdx,
189618 int *aLeft = aIdx;
189619 int *aRight = &aIdx[nLeft];
189629 aIdx[iLeft+iRight] = aRight[iRight];
189632 aIdx[iLeft+iRight] = aLeft[iLeft];
189638 aIdx[iLeft+iRight] = aLeft[iLeft];
189641 aIdx[iLeft+iRight] = aRight[iRight];
189652 RtreeDValue left = aDistance[aIdx[jj-1]];
189653 RtreeDValue right = aDistance[aIdx[jj]];
189674 int *aIdx,
189687 int *aLeft = aIdx;
189688 int *aRight = &aIdx[nLeft];
189704 aIdx[iLeft+iRight] = aLeft[iLeft];
189707 aIdx[iLeft+iRight] = aRight[iRight];
189717 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
189718 RtreeDValue xleft2 = aCell[aIdx[jj-1]].aCoord[iDim*2+1];
189719 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
189720 RtreeDValue xright2 = aCell[aIdx[jj]].aCoord[iDim*2+1];
222355 int aIdx[1]; /* Offsets into aPoslist for current row */
223014 pSorter->aIdx[i] = iOff;
223016 pSorter->aIdx[i] = &aBlob[nBlob] - a;
224068 int i1 = (iPhrase==0 ? 0 : pSorter->aIdx[iPhrase-1]);
224069 *pn = pSorter->aIdx[iPhrase] - i1;
224407 int i1 = (iPhrase==0 ? 0 : pSorter->aIdx[iPhrase-1]);
224408 n = pSorter->aIdx[iPhrase] - i1;