Searched refs:linger (Results 1 - 25 of 34) sorted by relevance

12

/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpClientConnection.java73 int linger = HttpConnectionParams.getLinger(params);
74 if (linger >= 0) {
75 socket.setSoLinger(linger > 0, linger);
H A DDefaultHttpServerConnection.java71 int linger = HttpConnectionParams.getLinger(params);
72 if (linger >= 0) {
73 socket.setSoLinger(linger > 0, linger);
/external/apache-http/src/org/apache/http/params/
H A DHttpConnectionParamBean.java58 public void setLinger (int linger) { argument
59 HttpConnectionParams.setLinger(params, linger);
/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_option.hpp210 // Helper template for implementing linger options.
212 class linger class in namespace:asio::detail::socket_option
216 linger() function in class:asio::detail::socket_option::linger
223 linger(bool e, int t) function in class:asio::detail::socket_option::linger
229 // Set the value for whether linger is enabled.
235 // Get the value for whether linger is enabled.
241 // Set the value for the linger timeout.
247 // Get the value for the linger timeout.
267 // Get the address of the linger data.
274 // Get the address of the linger dat
[all...]
H A Dsocket_types.hpp75 typedef ::linger linger_type;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_option.hpp210 // Helper template for implementing linger options.
212 class linger class in namespace:asio::detail::socket_option
216 linger() function in class:asio::detail::socket_option::linger
223 linger(bool e, int t) function in class:asio::detail::socket_option::linger
229 // Set the value for whether linger is enabled.
235 // Get the value for whether linger is enabled.
241 // Set the value for the linger timeout.
247 // Get the value for the linger timeout.
267 // Get the address of the linger data.
274 // Get the address of the linger dat
[all...]
H A Dsocket_types.hpp75 typedef ::linger linger_type;
/external/parameter-framework/upstream/asio/stub/
H A Dasio.hpp76 using linger = dummy_base;
/external/parameter-framework/asio/include/asio/
H A Dsocket_base.hpp329 * asio::socket_base::linger option(true, 30);
338 * asio::socket_base::linger option;
347 typedef asio::detail::socket_option::linger<
349 linger; typedef in class:asio::socket_base
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dsocket_base.hpp329 * asio::socket_base::linger option(true, 30);
338 * asio::socket_base::linger option;
347 typedef asio::detail::socket_option::linger<
349 linger; typedef in class:asio::socket_base
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnectionOperator.java272 int linger = HttpConnectionParams.getLinger(params);
273 if (linger >= 0) {
274 sock.setSoLinger(linger > 0, linger);
/external/apache-http/android/src/android/net/http/
H A DAndroidHttpClientConnection.java101 int linger = HttpConnectionParams.getLinger(params);
102 if (linger >= 0) {
103 socket.setSoLinger(linger > 0, linger);
/external/strace/
H A Dnet.c492 struct linger linger; local
494 if (len != sizeof(linger) ||
495 umove(tcp, addr, &linger) < 0) {
500 tprintf("{onoff=%d, linger=%d}",
501 linger.l_onoff,
502 linger.l_linger);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DAbstractConscryptSocket.java336 public void setSoLinger(boolean on, int linger) throws SocketException { argument
338 socket.setSoLinger(on, linger);
340 super.setSoLinger(on, linger);
/external/parameter-framework/upstream/remote-processor/
H A DRemoteProcessorServer.cpp63 _acceptor.set_option(asio::socket_base::linger(true, 0));
/external/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_sockopt.c90 struct linger slinger; /*SO_LINGER structure*/
91 struct linger glinger; /*SO_LINGER structure*/
279 len = sizeof(struct linger);
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java125 public void setSoLinger(boolean on, int linger) throws SocketException { argument
126 delegate.setSoLinger(on, linger);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java125 public void setSoLinger(boolean on, int linger) throws SocketException { argument
126 delegate.setSoLinger(on, linger);
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockSocketConnection.java320 public void setSoLinger(boolean on, int linger) throws SocketException { argument
/external/syslinux/core/lwip/src/include/lwip/
H A Dsockets.h84 #define SO_LINGER 0x0080 /* linger on close if data present */
106 * Structure used for manipulating linger option.
108 struct linger { struct
110 int l_linger; /* linger time */
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex320 \item \verb|linger| is time in seconds. After the last user releases flow
324 unprivileged user to set linger longer than 60 sec.
398 \item \verb|Linger| is \verb|linger| of this label in seconds.
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
H A Depoll-test.c559 struct linger ling = { 0, 0 };
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine.cc428 linger linger_opt;
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 744 milliseconds

12