OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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, end=True,
bfinal
=False):
338
if
bfinal
:
340
# Add a padding block with
BFINAL
= 0 and BTYPE = 0.
extensions.py
280
frame.payload,
bfinal
=self._bfinal)
667
message, end=end,
bfinal
=self._bfinal)
Completed in 89 milliseconds