Searched defs:close_connection (Results 1 - 10 of 10) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_hixie75.py189 def close_connection(self, unused_code='', unused_reason=''): member in class:StreamHixie75
199 'Requested close_connection but server is already terminated')
H A Dmsgutil.py53 def close_connection(request): function
59 request.ws_stream.close_connection()
142 close_connection(self._request)
H A D_stream_hybi.py764 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason=''): member in class:Stream
778 'Requested close_connection but server is already terminated')
H A Dmux.py828 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason=''): member in class:_LogicalStream
829 """Overrides Stream.close_connection."""
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A D_stream_hixie75.py190 def close_connection(self, unused_code='', unused_reason=''): member in class:StreamHixie75
200 'Requested close_connection but server is already terminated')
H A Dmsgutil.py53 def close_connection(request): function
59 request.ws_stream.close_connection()
142 close_connection(self._request)
H A D_stream_hybi.py808 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason='', member in class:Stream
824 'Requested close_connection but server is already terminated')
H A Dmux.py1062 def close_connection(self, code=common.STATUS_NORMAL_CLOSURE, reason=''): member in class:_LogicalStream
1063 """Overrides Stream.close_connection."""
1186 self._mux_handler.physical_stream.close_connection(
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.cc1174 bool close_connection) {
1175 if (close_connection && connection_->socket())
1173 ReturnToStateInitConnection( bool close_connection) argument
/external/valgrind/main/coregrind/
H A Dvgdb.c754 void close_connection(int to_pid, int from_pid) function
919 close_connection(to_pid, from_pid);
1042 close_connection(to_pid, from_pid);

Completed in 332 milliseconds