Home | History | Annotate | Download | only in common

Lines Matching full:oldindex

1090             int32_t i, oldIndex;
1205 oldIndex=pTempTable->rows[i].sortIndex;
1206 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
1220 oldIndex=pTempTable->rows[i].sortIndex;
1221 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
1239 oldIndex=pTempTable->rows[i].sortIndex;
1240 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);