Searched refs:bytes_len (Results 1 – 2 of 2) sorted by relevance
218 let mut bytes_len = 0; in handshake() localVariable219 while bytes_len < handshake::define::RTMP_HANDSHAKE_SIZE * 2 { in handshake()221 bytes_len += data.len(); in handshake()
125 let mut bytes_len = 0; in handshake() localVariable127 while bytes_len < handshake::define::RTMP_HANDSHAKE_SIZE { in handshake()129 bytes_len += self.bytesio_data.len(); in handshake()