Home
last modified time | relevance | path

Searched defs:keep_alive (Results 1 – 25 of 37) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dsocket_base.hpp223 typedef implementation_defined keep_alive; typedef in boost::asio::socket_base
226 BOOST_ASIO_OS_DEF(SOL_SOCKET), BOOST_ASIO_OS_DEF(SO_KEEPALIVE)> keep_alive; typedef in boost::asio::socket_base
/external/aws-crt-java/src/native/
Dsocket_options.c34 jboolean keep_alive) { in Java_software_amazon_awssdk_crt_io_SocketOptions_socketOptionsNew()
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp166 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_KEEPALIVE)> keep_alive; typedef in asio::socket_base
/external/linux-kselftest/tools/testing/selftests/watchdog/
Dwatchdog-test.c44 static void keep_alive(void) in keep_alive() function
/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dmod.rs71 keep_alive: bool, field
100 keep_alive: bool, field
Drole.rs161 let mut keep_alive; in parse() localVariable
1040 let mut keep_alive = version == Version::HTTP_11; in parse() localVariable
/external/rust/android-crates-io/crates/axum/src/response/
Dsse.rs59 keep_alive: Option<KeepAlive>, field
81 pub fn keep_alive(mut self, keep_alive: KeepAlive) -> Self { in keep_alive() method
569 async fn keep_alive() { in keep_alive() function
/external/cronet/stable/net/http/
Dhttp_network_transaction.cc394 bool keep_alive = false; in PrepareForAuthRestart() local
415 void HttpNetworkTransaction::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart()
1556 bool keep_alive = in DoReadBodyComplete() local
1605 bool done = false, keep_alive = true; in DoDrainBodyForAuthRestartComplete() local
/external/cronet/tot/net/http/
Dhttp_network_transaction.cc394 bool keep_alive = false; in PrepareForAuthRestart() local
415 void HttpNetworkTransaction::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart()
1556 bool keep_alive = in DoReadBodyComplete() local
1605 bool done = false, keep_alive = true; in DoDrainBodyForAuthRestartComplete() local
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h151 std::vector<std::unique_ptr<xla::PjRtBuffer>> keep_alive; member
/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dping.rs66 let keep_alive = config.keep_alive_interval.map(|interval| KeepAlive { in channel() localVariable
124 keep_alive: Option<KeepAlive>, field
/external/cronet/tot/net/proxy_resolution/
Dmock_proxy_resolver.cc105 scoped_refptr<MockAsyncProxyResolverFactory::Request> keep_alive(this); in CompleteNow() local
/external/cronet/stable/net/proxy_resolution/
Dmock_proxy_resolver.cc105 scoped_refptr<MockAsyncProxyResolverFactory::Request> keep_alive(this); in CompleteNow() local
/external/kernel-headers/original/uapi/linux/
Dgsmmux.h107 __u32 keep_alive; member
/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dpool.rs99 keep_alive: Duration, field
212 let keep_alive = builder.keep_alive.unwrap_or(KEEP_ALIVE); in new() localVariable
/external/freetype/src/base/
Dftdbgmem.c131 FT_Bool keep_alive; member
842 FT_Long keep_alive = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() local
/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp1.rs233 pub fn keep_alive(&mut self, val: bool) -> &mut Self { in keep_alive() method
/external/curl/lib/
Dcfilters.h223 Curl_cft_conn_keep_alive *keep_alive; /* try to keep it alive */ member
/external/cronet/tot/net/socket/
Dwebsocket_transport_client_socket_pool_unittest.cc152 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection()
156 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections()
Dsocket_test_util.cc1972 bool ClientSocketPoolTest::ReleaseOneConnection(KeepAlive keep_alive) { in ReleaseOneConnection()
1985 void ClientSocketPoolTest::ReleaseAllConnections(KeepAlive keep_alive) { in ReleaseAllConnections()
/external/cronet/stable/net/socket/
Dwebsocket_transport_client_socket_pool_unittest.cc152 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection()
156 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections()
/external/libcups/cups/
Dhttp-private.h220 http_keepalive_t keep_alive; /* Keep-alive supported? */ member
/external/rust/android-crates-io/crates/tokio/src/runtime/
Dbuilder.rs95 pub(super) keep_alive: Option<Duration>, field
/external/libwebsockets/include/libwebsockets/
Dlws-mqtt.h70 uint16_t keep_alive; /* MQTT keep alive member
Dlws-secure-streams-policy.h318 uint16_t keep_alive; member

12