Searched refs:ttpbuf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp3.cpp114 TTinyTP::GetSegment(int i, TTPBuf *ttpbuf) // extract segment argument
120 check(ttpbuf);
121 XTRACE(kGetSegment, i, ttpbuf->GetSize());
124 length = BufSize(ttpbuf) - (i * MaxSegSize); // amount left
129 newBase = BufBase(ttpbuf) + (i * MaxSegSize); // starting point

Completed in 114 milliseconds