Home
last modified time | relevance | path

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

/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/webrtc/examples/peerconnection/server/
Ddata_socket.cc122 bool DataSocket::Send(const std::string& status, bool connection_close, in Send() argument
133 if (connection_close) in Send()
Ddata_socket.h114 bool Send(const std::string& status, bool connection_close,
/external/curl/tests/data/
Dtest190250 1000 connection_close.txt
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h385 connection_close(ConnectionObject *self) in connection_close() function
452 {"close", (PyCFunction)connection_close, METH_NOARGS,