Searched refs:headerLength (Results 1 – 2 of 2) sorted by relevance
47 uint32_t headerLength = len; in DecodeWapPushPduData() local51 headerBuffer = decodeBuffer.ReadDataBuffer(startHeader, headerLength); in DecodeWapPushPduData()56 … hexHeaderData_ = StringUtils::StringToHex(static_cast<char *>(headerBuffer.get()), headerLength); in DecodeWapPushPduData()63 dataLength = decodeBuffer.GetSize() - startHeader - headerLength; in DecodeWapPushPduData()64 posData = startHeader + headerLength; in DecodeWapPushPduData()96 uint32_t headerLength = 0; in DecodeWapPushPdu() local97 if (!decodeBuffer.DecodeUintvar(headerLength, count)) { in DecodeWapPushPdu()110 if (headerLength + startHeader <= curentPosition) { in DecodeWapPushPdu()114 headersLen = headerLength - curentPosition + startHeader; in DecodeWapPushPdu()117 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()
110 uint32_t headerLength = 0; in DecodePart() local113 if (!decodeBuffer.DecodeUintvar(headerLength, length)) { in DecodePart()127 headerLen_ = headerLength; in DecodePart()