Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dformat_request.cc38 bool connection_close, in fill_common_header() argument
46 if (connection_close) buf->push_back("Connection: close\r\n"); in fill_common_header()
/external/grpc-grpc/src/core/lib/http/
Dformat_request.cc33 gpr_strvec* buf, bool connection_close) { in fill_common_header() argument
41 if (connection_close) in fill_common_header()
/external/webrtc/examples/peerconnection/server/
Ddata_socket.cc124 bool connection_close, in Send() argument
136 if (connection_close) in Send()
Ddata_socket.h110 bool connection_close,
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h385 connection_close(ConnectionObject *self) in connection_close() function
452 {"close", (PyCFunction)connection_close, METH_NOARGS,
/external/rust/crates/quiche/src/
Dframe.rs844 } => qlog::QuicFrame::connection_close( in to_qlog()
856 qlog::QuicFrame::connection_close( in to_qlog()
1692 fn connection_close() { in connection_close() function