Lines Matching defs:total_length
640 size_t total_length = 0;
656 content_length = total_length = 1; // The command is one byte long...
676 total_length =
717 } else if (total_length > 0) {
721 assert(total_length <= m_bytes.size());
722 assert(content_length <= total_length);
737 if (m_bytes[0] == '$' && total_length > 4) {
738 for (size_t i = 0; !binary && i < total_length; ++i) {
750 (uint64_t)original_packet_size, (uint64_t)total_length,
754 (uint64_t)total_length, m_bytes[0]);
768 strm.Printf("%c%c%c", m_bytes[total_length - 3],
769 m_bytes[total_length - 2], m_bytes[total_length - 1]);
774 (uint64_t)original_packet_size, (uint64_t)total_length,
775 (int)(total_length), m_bytes.c_str());
778 (uint64_t)total_length, (int)(total_length),
783 m_history.AddPacket(m_bytes, total_length,
784 GDBRemotePacket::ePacketTypeRecv, total_length);
806 (int)(total_length), m_bytes.c_str(),
822 m_bytes.erase(0, total_length);