Searched refs:startHeader (Results 1 – 1 of 1) sorted by relevance
42 uint32_t startHeader = startPos; in DecodeWapPushPduData() local45 headerBuffer = decodeBuffer.ReadDataBuffer(startHeader, headerLength); in DecodeWapPushPduData()57 dataLength = decodeBuffer.GetSize() - startHeader - headerLength; in DecodeWapPushPduData()58 posData = startHeader + headerLength; in DecodeWapPushPduData()92 uint32_t startHeader = decodeBuffer.GetCurPosition(); in DecodeWapPushPdu() local99 if (headerLength + startHeader <= curentPosition) { in DecodeWapPushPdu()103 headersLen = headerLength - curentPosition + startHeader; in DecodeWapPushPdu()106 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()