Home
last modified time | relevance | path

Searched refs:_mask_hybi (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/pywebsocket/src/test/
H A Dtest_msgutil.py62 def _mask_hybi(frame): function
602 data += _mask_hybi(compressed_hello)
617 data += _mask_hybi(compressed_world)
651 data += _mask_hybi(compressed_hello)
673 data += _mask_hybi(compressed_hello)
702 data += _mask_hybi(compressed_hello)
717 data += _mask_hybi(compressed_world)
989 data += _mask_hybi(compressed_hello)
1045 data += _mask_hybi(chunk)
1086 data += _mask_hybi(compressed_world)
[all …]
H A Dclient_for_testing.py758 def _mask_hybi(self, s): member in WebSocketStream
771 self._socket.sendall(header + self._mask_hybi(body))
809 payload = self._mask_hybi(payload)
890 frame += chr(1 << 7 | len(body)) + self._mask_hybi(body)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pywebsocket/src/test/
H A Dtest_msgutil.py62 def _mask_hybi(frame): function
602 data += _mask_hybi(compressed_hello)
617 data += _mask_hybi(compressed_world)
651 data += _mask_hybi(compressed_hello)
673 data += _mask_hybi(compressed_hello)
702 data += _mask_hybi(compressed_hello)
717 data += _mask_hybi(compressed_world)
989 data += _mask_hybi(compressed_hello)
1045 data += _mask_hybi(chunk)
1086 data += _mask_hybi(compressed_world)
[all …]
H A Dclient_for_testing.py758 def _mask_hybi(self, s): member in WebSocketStream
771 self._socket.sendall(header + self._mask_hybi(body))
809 payload = self._mask_hybi(payload)
890 frame += chr(1 << 7 | len(body)) + self._mask_hybi(body)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pywebsocket3/test/
H A Dtest_msgutil.py61 def _mask_hybi(frame): function
111 read_data.append(header + _mask_hybi(body))
673 data += _mask_hybi(compressed_hello)
676 data += b'\x88\x8a' + _mask_hybi(struct.pack('!H', 1000) + b'Good bye')
730 data += _mask_hybi(chunk)
758 data += _mask_hybi(compressed_hello[:split_position])
761 data += _mask_hybi(compressed_hello[split_position:])
770 data += _mask_hybi(compressed_world)
842 data += _mask_hybi(compressed_payload)
864 request.connection.put_bytes(b'\x81\x86' + _mask_hybi(b'Hello!'))
[all …]
H A Dclient_for_testing.py449 def _mask_hybi(self, s): member in WebSocketStream
462 self._socket.sendall(header + self._mask_hybi(body))
506 payload = self._mask_hybi(payload)
590 frame += util.pack_byte(1 << 7 | len(body)) + self._mask_hybi(body)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pywebsocket3/src/test/
H A Dtest_msgutil.py61 def _mask_hybi(frame): function
111 read_data.append(header + _mask_hybi(body))
673 data += _mask_hybi(compressed_hello)
676 data += b'\x88\x8a' + _mask_hybi(struct.pack('!H', 1000) + b'Good bye')
730 data += _mask_hybi(chunk)
758 data += _mask_hybi(compressed_hello[:split_position])
761 data += _mask_hybi(compressed_hello[split_position:])
770 data += _mask_hybi(compressed_world)
842 data += _mask_hybi(compressed_payload)
864 request.connection.put_bytes(b'\x81\x86' + _mask_hybi(b'Hello!'))
[all …]
H A Dclient_for_testing.py449 def _mask_hybi(self, s): member in WebSocketStream
462 self._socket.sendall(header + self._mask_hybi(body))
506 payload = self._mask_hybi(payload)
590 frame += util.pack_byte(1 << 7 | len(body)) + self._mask_hybi(body)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pywebsocket3/test/
H A Dtest_msgutil.py61 def _mask_hybi(frame): function
111 read_data.append(header + _mask_hybi(body))
673 data += _mask_hybi(compressed_hello)
676 data += b'\x88\x8a' + _mask_hybi(struct.pack('!H', 1000) + b'Good bye')
730 data += _mask_hybi(chunk)
758 data += _mask_hybi(compressed_hello[:split_position])
761 data += _mask_hybi(compressed_hello[split_position:])
770 data += _mask_hybi(compressed_world)
842 data += _mask_hybi(compressed_payload)
864 request.connection.put_bytes(b'\x81\x86' + _mask_hybi(b'Hello!'))
[all …]
H A Dclient_for_testing.py449 def _mask_hybi(self, s): member in WebSocketStream
462 self._socket.sendall(header + self._mask_hybi(body))
506 payload = self._mask_hybi(payload)
590 frame += util.pack_byte(1 << 7 | len(body)) + self._mask_hybi(body)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pywebsocket3/test/
H A Dtest_msgutil.py61 def _mask_hybi(frame): function
111 read_data.append(header + _mask_hybi(body))
673 data += _mask_hybi(compressed_hello)
676 data += b'\x88\x8a' + _mask_hybi(struct.pack('!H', 1000) + b'Good bye')
730 data += _mask_hybi(chunk)
758 data += _mask_hybi(compressed_hello[:split_position])
761 data += _mask_hybi(compressed_hello[split_position:])
770 data += _mask_hybi(compressed_world)
842 data += _mask_hybi(compressed_payload)
864 request.connection.put_bytes(b'\x81\x86' + _mask_hybi(b'Hello!'))
[all …]
H A Dclient_for_testing.py449 def _mask_hybi(self, s): member in WebSocketStream
462 self._socket.sendall(header + self._mask_hybi(body))
506 payload = self._mask_hybi(payload)
590 frame += util.pack_byte(1 << 7 | len(body)) + self._mask_hybi(body)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pywebsocket3/test/
H A Dtest_msgutil.py61 def _mask_hybi(frame): function
111 read_data.append(header + _mask_hybi(body))
674 data += _mask_hybi(compressed_hello)
677 data += b'\x88\x8a' + _mask_hybi(struct.pack('!H', 1000) + b'Good bye')
731 data += _mask_hybi(chunk)
760 data += _mask_hybi(compressed_hello[:split_position])
763 data += _mask_hybi(compressed_hello[split_position:])
772 data += _mask_hybi(compressed_world)
846 data += _mask_hybi(compressed_payload)
868 request.connection.put_bytes(b'\x81\x86' + _mask_hybi(b'Hello!'))
[all …]
H A Dclient_for_testing.py444 def _mask_hybi(self, s): member in WebSocketStream
457 self._socket.sendall(header + self._mask_hybi(body))
501 payload = self._mask_hybi(payload)
585 frame += util.pack_byte(1 << 7 | len(body)) + self._mask_hybi(body)