Searched refs:startHeader (Results 1 – 1 of 1) sorted by relevance
48 uint32_t startHeader = startPos; in DecodeWapPushPduData() local51 headerBuffer = decodeBuffer.ReadDataBuffer(startHeader, headerLength); in DecodeWapPushPduData()63 dataLength = decodeBuffer.GetSize() - startHeader - headerLength; in DecodeWapPushPduData()64 posData = startHeader + headerLength; in DecodeWapPushPduData()100 uint32_t startHeader = decodeBuffer.GetCurPosition(); in DecodeWapPushPdu() local107 if (headerLength + startHeader <= curentPosition) { in DecodeWapPushPdu()111 headersLen = headerLength - curentPosition + startHeader; in DecodeWapPushPdu()114 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()