Searched refs:hash_pos (Results 1 – 1 of 1) sorted by relevance
656 size_t hash_pos = m_bytes.find('#'); in CheckForPacket() local657 if (hash_pos != std::string::npos) { in CheckForPacket()658 if (hash_pos + 2 < m_bytes.size()) { in CheckForPacket()659 checksum_idx = hash_pos + 1; in CheckForPacket()664 content_length = hash_pos - 1; in CheckForPacket()667 hash_pos + 3; // Skip the # and the two hex checksum bytes in CheckForPacket()