/external/apache-http/src/org/apache/http/impl/ |
D | DefaultHttpServerConnection.java | 66 int linger = HttpConnectionParams.getLinger(params); in bind() local 67 if (linger >= 0) { in bind() 68 socket.setSoLinger(linger > 0, linger); in bind()
|
D | DefaultHttpClientConnection.java | 68 int linger = HttpConnectionParams.getLinger(params); in bind() local 69 if (linger >= 0) { in bind() 70 socket.setSoLinger(linger > 0, linger); in bind()
|
/external/apache-http/src/org/apache/http/params/ |
D | HttpConnectionParamBean.java | 52 public void setLinger (int linger) { in setLinger() argument 53 HttpConnectionParams.setLinger(params, linger); in setLinger()
|
/external/bluetooth/bluez/test/ |
D | rctest.c | 85 static int linger = 0; variable 186 if (linger) { in do_connect() 187 struct linger l = { .l_onoff = 1, .l_linger = linger }; in do_connect() 370 if (linger) { in do_listen() 371 struct linger l = { .l_onoff = 1, .l_linger = linger }; in do_listen() 681 linger = atoi(optarg); in main()
|
D | l2test.c | 110 static int linger = 0; variable 258 if (linger) { in do_connect() 259 struct linger l = { .l_onoff = 1, .l_linger = linger }; in do_connect() 522 if (linger) { in do_listen() 523 struct linger l = { .l_onoff = 1, .l_linger = linger }; in do_listen() 1197 linger = atoi(optarg); in main()
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultClientConnectionOperator.java | 262 int linger = HttpConnectionParams.getLinger(params); in prepareSocket() local 263 if (linger >= 0) { in prepareSocket() 264 sock.setSoLinger(linger > 0, linger); in prepareSocket()
|
/external/dropbear/ |
D | dbutil.c | 192 struct linger linger; in dropbear_listen() local 253 linger.l_onoff = 1; in dropbear_listen() 254 linger.l_linger = 5; in dropbear_listen() 255 setsockopt(sock, SOL_SOCKET, SO_LINGER, (void*)&linger, sizeof(linger)); in dropbear_listen()
|
/external/strace/ |
D | net.c | 1575 if (len == sizeof (struct linger)) { 1576 struct linger linger; local 1579 &linger) < 0) 1583 linger.l_onoff, 1584 linger.l_linger, 1648 if (len == sizeof (struct linger)) { 1649 struct linger linger; local 1650 if (umove (tcp, addr, &linger) < 0) 1653 linger.l_onoff, 1654 linger.l_linger);
|
/external/bluetooth/bluez/tools/ |
D | rfcomm.c | 61 static int linger = 0; variable 363 if (linger) { in cmd_connect() 364 struct linger l = { .l_onoff = 1, .l_linger = linger }; in cmd_connect() 539 if (linger) { in cmd_listen() 540 struct linger l = { .l_onoff = 1, .l_linger = linger }; in cmd_listen() 795 linger = atoi(optarg); in main()
|
/external/quake/quake/src/WinQuake/ |
D | mpdosock.h | 495 struct linger { struct 769 typedef struct linger LINGER; 770 typedef struct linger *PLINGER; 771 typedef struct linger FAR *LPLINGER;
|
/external/kernel-headers/original/linux/ |
D | socket.h | 44 struct linger { struct
|
/external/srtp/googlepatches/ |
D | vidyo-2-srtp-lin.patch | 76 # they are killed, those processes will linger. Re-running the script
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 320 \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/chromium/third_party/libevent/ |
D | ChangeLog | 150 o removed linger from http server socket; reported by Ilya Martynov
|
/external/bluetooth/bluez/lib/ |
D | sdp.c | 4569 struct linger l = { .l_onoff = 1, .l_linger = 1 }; in sdp_connect_l2cap()
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 16970 linger liNgP
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 13950 selection is cleared, as the popup is not gone and would linger
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 12064 related set of resources to linger in the live decoded cache even 12068 will only linger as long as they remain live. Upon going dead, they
|