Searched refs:totolLength_ (Results 1 – 9 of 9) sorted by relevance
35 totolLength_ = 0; in GsmCbPduDecodeBuffer()38 totolLength_ = len; in GsmCbPduDecodeBuffer()45 if (pduBuffer_ == nullptr || curPosition_ >= totolLength_) { in PickOneByte()55 if (pduBuffer_ == nullptr || curPosition_ >= totolLength_) { in GetOneByte()79 return totolLength_; in GetSize()
41 if ((desLen > totolLength_) || ((offset + desLen) > totolLength_)) { in ReadDataBuffer()79 totolLength_ = len; in WriteRawStringBuffer()107 totolLength_ = len; in WriteDataBuffer()118 return totolLength_; in GetSize()123 if (curPosition_ >= totolLength_) { in PeekOneByte()133 if (curPosition_ >= totolLength_) { in GetOneByte()144 if ((offset > totolLength_) || ((curPosition_ + offset) > totolLength_)) { in IncreasePointer()
31 totolLength_ = 0; in MmsBuffer()34 totolLength_ = MMS_PDU_MAX_SIZE; in MmsBuffer()61 if (offset + desLen > totolLength_) { in ReadDataBuffer()97 totolLength_ = len; in WriteDataBuffer()142 totolLength_ = fread(pduBuffer_.get(), 1, fileLen, pFile); in WriteBufferFromFile()154 return totolLength_; in GetSize()
28 if (curPosition_ >= totolLength_) { in PeekOneByte()38 if (curPosition_ >= totolLength_) { in GetOneByte()49 if ((offset > totolLength_) || ((curPosition_ + offset) > totolLength_)) { in IncreasePointer()
488 decodeBuffer.totolLength_ = 1;490 decodeBuffer.totolLength_ = 0;554 decodeBuffer.totolLength_ = 1;584 decodeBuffer.totolLength_ = 1;628 decodeBuffer.totolLength_ = 1;670 decoderBuffer.totolLength_ = 0;674 decoderBuffer.totolLength_ = 1;679 decoderBuffer.totolLength_ = 2;685 decoderBuffer.totolLength_ = 3;695 decoderBuffer.totolLength_ = 0;[all …]
794 mmsDecodeBuffer.totolLength_ = PDU_LENGTH;
39 uint32_t totolLength_ = 0; variable
66 uint32_t totolLength_ = 0; variable
38 uint32_t totolLength_ = 0; variable