HomeSort by relevance Sort by last modified time
    Searched defs:close_connection (Results 1 - 10 of 10) sorted by null

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hixie75.py 189 def close_connection(self, unused_code='', unused_reason=''): member in class:StreamHixie75
199 'Requested close_connection but server is already terminated')
msgutil.py 53 def close_connection(request): function
59 request.ws_stream.close_connection()
142 close_connection(self._request)
_stream_hybi.py 764 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason=''): member in class:Stream
778 'Requested close_connection but server is already terminated')
mux.py 828 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason=''): member in class:_LogicalStream
829 """Overrides Stream.close_connection."""
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hixie75.py 190 def close_connection(self, unused_code='', unused_reason=''): member in class:StreamHixie75
200 'Requested close_connection but server is already terminated')
msgutil.py 53 def close_connection(request): function
59 request.ws_stream.close_connection()
142 close_connection(self._request)
_stream_hybi.py 808 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason='', member in class:Stream
824 'Requested close_connection but server is already terminated')
mux.py 1062 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason=''): member in class:_LogicalStream
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 1709 void close_connection(int to_pid, int from_pid) function
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 3807 static void close_connection(struct mg_connection *conn) { function
    [all...]

Completed in 711 milliseconds