Searched refs:currentLength (Results 1 – 4 of 4) sorted by relevance
572 …ceParser::ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength) in ParseDataRecursively() argument577 currentLength -= PACKET_HEADER_LENGTH; in ParseDataRecursively()582 if (!currentLength) { in ParseDataRecursively()594 currentLength -= size; in ParseDataRecursively()607 currentLength -= size; in ParseDataRecursively()627 if (currentLength < PACKET_SEG_LENGTH) { in ParseDataRecursively()635 currentLength -= PACKET_SEG_LENGTH; in ParseDataRecursively()639 if (currentLength < nextLength_) { in ParseDataRecursively()646 currentLength -= nextLength_; in ParseDataRecursively()657 return ParseDataRecursively(packagesBegin, currentLength); in ParseDataRecursively()[all …]
74 bool ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength);
569 …ceParser::ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength) in ParseDataRecursively() argument574 currentLength -= PACKET_HEADER_LENGTH; in ParseDataRecursively()579 if (!currentLength) { in ParseDataRecursively()592 currentLength -= size; in ParseDataRecursively()606 currentLength -= size; in ParseDataRecursively()626 if (currentLength < PACKET_SEG_LENGTH) { in ParseDataRecursively()634 currentLength -= PACKET_SEG_LENGTH; in ParseDataRecursively()638 if (currentLength < nextLength_) { in ParseDataRecursively()645 currentLength -= nextLength_; in ParseDataRecursively()656 return ParseDataRecursively(packagesBegin, currentLength); in ParseDataRecursively()[all …]
78 bool ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength);