• Home
  • Raw
  • Download

Lines Matching refs:aIdx

181609   int *aIdx = 0;                  /* Array of remaining idx values */
181624 aNew = sqlite3_realloc(aIdx, nAlloc*sizeof(int));
181629 aIdx = aNew;
181631 aIdx[nIdx++] = sqlite3_column_int(pSelect, 0);
181647 if( aIdx[i]!=i ){
181648 sqlite3_bind_int(pUpdate, 3, aIdx[i]);
181656 sqlite3_free(aIdx);
187770 int aIdx[2]; /* Index of constraints for JSON and ROOT */
187779 aIdx[0] = aIdx[1] = -1;
187791 aIdx[iCol] = i;
187800 if( aIdx[0]<0 ){
187807 i = aIdx[0];
187810 if( aIdx[1]<0 ){
187813 i = aIdx[1];
190366 int *aIdx,
190377 int *aLeft = aIdx;
190378 int *aRight = &aIdx[nLeft];
190388 aIdx[iLeft+iRight] = aRight[iRight];
190391 aIdx[iLeft+iRight] = aLeft[iLeft];
190397 aIdx[iLeft+iRight] = aLeft[iLeft];
190400 aIdx[iLeft+iRight] = aRight[iRight];
190411 RtreeDValue left = aDistance[aIdx[jj-1]];
190412 RtreeDValue right = aDistance[aIdx[jj]];
190433 int *aIdx,
190446 int *aLeft = aIdx;
190447 int *aRight = &aIdx[nLeft];
190463 aIdx[iLeft+iRight] = aLeft[iLeft];
190466 aIdx[iLeft+iRight] = aRight[iRight];
190476 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
190477 RtreeDValue xleft2 = aCell[aIdx[jj-1]].aCoord[iDim*2+1];
190478 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
190479 RtreeDValue xright2 = aCell[aIdx[jj]].aCoord[iDim*2+1];
223125 int aIdx[1]; /* Offsets into aPoslist for current row */
223784 pSorter->aIdx[i] = iOff;
223786 pSorter->aIdx[i] = &aBlob[nBlob] - a;
224838 int i1 = (iPhrase==0 ? 0 : pSorter->aIdx[iPhrase-1]);
224839 *pn = pSorter->aIdx[iPhrase] - i1;
225177 int i1 = (iPhrase==0 ? 0 : pSorter->aIdx[iPhrase-1]);
225178 n = pSorter->aIdx[iPhrase] - i1;