Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dserver.py282 self.close_connection = True
312 self.close_connection = False
327 self.close_connection = True
355 self.close_connection = True
358 self.close_connection = False
403 self.close_connection = True
420 self.close_connection = True
425 self.close_connection = True
428 while not self.close_connection:
521 self.close_connection = True
[all …]
/third_party/mbedtls/tests/scripts/
Dtcp_client.pl46 sub close_connection { subroutine
101 close_connection($connection);
/third_party/ffmpeg/libavformat/
Dlibamqp.c164 goto close_connection; in amqp_proto_open()
173 goto close_connection; in amqp_proto_open()
224 close_connection: in amqp_proto_open()
/third_party/curl/lib/
Dhttp_proxy.c197 s->close_connection = FALSE; in connect_init()
593 s->close_connection = TRUE; in CONNECT()
611 s->close_connection = TRUE; in CONNECT()
639 s->close_connection = TRUE; in CONNECT()
642 if(s->close_connection && data->req.newurl) { in CONNECT()
660 if(s->close_connection && data->req.newurl) { in CONNECT()
Dhttp_proxy.h74 BIT(close_connection);
/third_party/cef/libcef_dll/ctocpp/
Dserver_ctocpp.cc269 if (CEF_MEMBER_MISSING(_struct, close_connection)) in CloseConnection()
275 _struct->close_connection(_struct, connection_id); in CloseConnection()
/third_party/grpc/test/http2_test/
Dtest_goaway.py51 self._base_server._conn.close_connection(error_code=0,
/third_party/cef/include/capi/
Dcef_server_capi.h176 void(CEF_CALLBACK* close_connection)(struct _cef_server_t* self,
/third_party/cef/libcef_dll/cpptoc/
Dserver_cpptoc.cc308 GetStruct()->close_connection = server_close_connection; in CefServerCppToC()
/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c684 close_connection (SoupWebsocketConnection *self, in close_connection() function
760 close_connection (self, 1000, NULL); in receive_close()
791 close_connection (self, pv->peer_close_code, pv->peer_close_data); in receive_close()
2099 close_connection (self, code, data); in soup_websocket_connection_close()
/third_party/python/Lib/test/
Dtest_xmlrpc.py320 self.close_connection = True
329 self.close_connection = False
Dtest_httpservers.py1118 self.handler.close_connection = next(close_values)
/third_party/python/Doc/library/
Dhttp.server.rst82 .. attribute:: close_connection
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c4299 close_connection (struct MHD_Connection *pos) in close_connection() function
4370 close_connection (pos); in close_all_connections()