HomeSort by relevance Sort by last modified time
    Searched refs:bfinal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 283 # Encountered a last block (i.e. a block with BFINAL = 1) and
334 def filter(self, bytes, flush=True, bfinal=False):
338 if bfinal:
340 # Add a padding block with BFINAL = 0 and BTYPE = 0.
extensions.py 275 frame.payload, bfinal=self._bfinal)
684 message, flush=end, bfinal=self._bfinal)

Completed in 2531 milliseconds