Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dhttp_header_util.py39 _SEPARATORS = '()<>@,;:\\"/[]?={} \t' variable
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):