Searched refs:ROffset (Results 1 – 2 of 2) sorted by relevance
660 this->ROffset = 0; in isdn_ind()674 if (this->ROffset == R[this->RCurrent].PLength) { in isdn_ind()675 this->ROffset = 0; in isdn_ind()679 clength = min(MLength, (word)(R[this->RCurrent].PLength-this->ROffset)); in isdn_ind()682 R[this->RCurrent].PLength-this->ROffset); in isdn_ind()686 memcpy(PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()692 PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()697 this->ROffset += clength; in isdn_ind()709 R[this->RCurrent].PLength = this->ROffset; in isdn_ind()710 if (this->ROffset) this->RCurrent++; in isdn_ind()
98 word ROffset; /* offset in r-buffer */ member