Searched refs:startRR (Results 1 – 2 of 2) sorted by relevance
1138 CoinBigIndex * COIN_RESTRICT startRR = startColumnRAddress_+maximumPivots_+1;1151 space = startRR[next]-startRR[iRow];1153 space = lengthAreaR_-startRR[iRow];1157 CoinBigIndex put=startRR[iRow]+numberInR;2327 CoinBigIndex *COIN_RESTRICT startRR = startColumnRAddress_ + maximumPivots_ + 1; in replaceColumnPart3() local2340 space = startRR[next] - startRR[iRow]; in replaceColumnPart3()2342 space = lengthAreaR_ - startRR[iRow]; in replaceColumnPart3()2346 CoinBigIndex put = startRR[iRow] + numberInR; in replaceColumnPart3()3025 space = startRR[next] - startRR[iRow]; in replaceColumnPart3()3027 space = lengthAreaR_ - startRR[iRow]; in replaceColumnPart3()[all …]
3193 AuthRecord *startRR = m->ResourceRecords; in SendGroupUpdates() local3213 while (startRR) in SendGroupUpdates()3219 for (rr = startRR; rr; rr = rr->next) in SendGroupUpdates()3321 startRR = rr; in SendGroupUpdates()