Lines Matching refs:aIdx
180901 int *aIdx = 0; /* Array of remaining idx values */
180916 aNew = sqlite3_realloc(aIdx, nAlloc*sizeof(int));
180921 aIdx = aNew;
180923 aIdx[nIdx++] = sqlite3_column_int(pSelect, 0);
180939 if( aIdx[i]!=i ){
180940 sqlite3_bind_int(pUpdate, 3, aIdx[i]);
180948 sqlite3_free(aIdx);
187057 int aIdx[2]; /* Index of constraints for JSON and ROOT */
187066 aIdx[0] = aIdx[1] = -1;
187078 aIdx[iCol] = i;
187087 if( aIdx[0]<0 ){
187094 i = aIdx[0];
187097 if( aIdx[1]<0 ){
187100 i = aIdx[1];
189635 int *aIdx,
189646 int *aLeft = aIdx;
189647 int *aRight = &aIdx[nLeft];
189657 aIdx[iLeft+iRight] = aRight[iRight];
189660 aIdx[iLeft+iRight] = aLeft[iLeft];
189666 aIdx[iLeft+iRight] = aLeft[iLeft];
189669 aIdx[iLeft+iRight] = aRight[iRight];
189680 RtreeDValue left = aDistance[aIdx[jj-1]];
189681 RtreeDValue right = aDistance[aIdx[jj]];
189702 int *aIdx,
189715 int *aLeft = aIdx;
189716 int *aRight = &aIdx[nLeft];
189732 aIdx[iLeft+iRight] = aLeft[iLeft];
189735 aIdx[iLeft+iRight] = aRight[iRight];
189745 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
189746 RtreeDValue xleft2 = aCell[aIdx[jj-1]].aCoord[iDim*2+1];
189747 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
189748 RtreeDValue xright2 = aCell[aIdx[jj]].aCoord[iDim*2+1];
222383 int aIdx[1]; /* Offsets into aPoslist for current row */
223042 pSorter->aIdx[i] = iOff;
223044 pSorter->aIdx[i] = &aBlob[nBlob] - a;
224096 int i1 = (iPhrase==0 ? 0 : pSorter->aIdx[iPhrase-1]);
224097 *pn = pSorter->aIdx[iPhrase] - i1;
224435 int i1 = (iPhrase==0 ? 0 : pSorter->aIdx[iPhrase-1]);
224436 n = pSorter->aIdx[iPhrase] - i1;