Home | History | Annotate | Download | only in common

Lines Matching refs:nextRecord

1197     int32_t  nextRecord = 0;
1204 while (nextRecord < tbl->size()) {
1205 thisRecord = nextRecord;
1206 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1;
1208 for (i=thisRecord+1; i<nextRecord; i++) {