Searched refs:close_connection (Results 1 – 14 of 14) sorted by relevance
/third_party/python/Lib/http/ |
D | server.py | 282 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/ |
D | tcp_client.pl | 46 sub close_connection { subroutine 101 close_connection($connection);
|
/third_party/ffmpeg/libavformat/ |
D | libamqp.c | 164 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/ |
D | http_proxy.c | 197 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()
|
D | http_proxy.h | 74 BIT(close_connection);
|
/third_party/cef/libcef_dll/ctocpp/ |
D | server_ctocpp.cc | 269 if (CEF_MEMBER_MISSING(_struct, close_connection)) in CloseConnection() 275 _struct->close_connection(_struct, connection_id); in CloseConnection()
|
/third_party/grpc/test/http2_test/ |
D | test_goaway.py | 51 self._base_server._conn.close_connection(error_code=0,
|
/third_party/cef/include/capi/ |
D | cef_server_capi.h | 176 void(CEF_CALLBACK* close_connection)(struct _cef_server_t* self,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | server_cpptoc.cc | 308 GetStruct()->close_connection = server_close_connection; in CefServerCppToC()
|
/third_party/libsoup/libsoup/ |
D | soup-websocket-connection.c | 684 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/ |
D | test_xmlrpc.py | 320 self.close_connection = True 329 self.close_connection = False
|
D | test_httpservers.py | 1118 self.handler.close_connection = next(close_values)
|
/third_party/python/Doc/library/ |
D | http.server.rst | 82 .. attribute:: close_connection
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 4299 close_connection (struct MHD_Connection *pos) in close_connection() function 4370 close_connection (pos); in close_all_connections()
|