Searched refs:_is_ctl (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dhttp_header_util.py48 def _is_ctl(c): function
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
187 elif _is_ctl(c):
204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
207 if c == '"' or _is_ctl(c):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dhttp_header_util.py48 def _is_ctl(c): function
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
187 elif _is_ctl(c):
204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
207 if c == '"' or _is_ctl(c):

Completed in 1128 milliseconds