Searched refs:nodelay (Results 1 – 23 of 23) sorted by relevance
/external/python/cpython2/Demo/curses/ |
D | rain.py | 88 stdscr.nodelay(0) 90 stdscr.nodelay(1)
|
D | life.py | 178 stdscr.nodelay(1) 189 stdscr.nodelay(0) # Disable nodelay mode
|
D | tclock.py | 74 stdscr.nodelay(1)
|
D | xmas.py | 695 stdscr.nodelay(1)
|
/external/curl/docs/cmdline-opts/ |
D | tcp-nodelay.d | 1 Long: tcp-nodelay
|
D | Makefile.inc | 41 tcp-fastopen.d tcp-nodelay.d \
|
/external/python/cpython3/Tools/demo/ |
D | life.py | 209 stdscr.nodelay(1) 220 stdscr.nodelay(0) # Disable nodelay mode
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine.cc | 449 uint32_t nodelay = 1; in OpenSctpSocket() local 450 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay, in OpenSctpSocket() 451 sizeof(nodelay))) { in OpenSctpSocket()
|
/external/fio/engines/ |
D | net.c | 45 unsigned int nodelay; member 140 .off1 = offsetof(struct netio_options, nodelay), 748 if (o->nodelay && is_tcp(o)) { in fio_netio_connect() 863 if (o->nodelay && is_tcp(o)) { in fio_netio_accept()
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 69 bool nodelay; member 1010 if(glob_opt.nodelay) in run() 1367 glob_opt.nodelay = true; in main()
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 495 nodelay(win, TRUE); in on_key_esc() 502 nodelay(win, FALSE); in on_key_esc()
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 151 stdscr.nodelay(1)
|
/external/syslinux/gpxe/src/include/ |
D | curses.h | 334 extern int nodelay ( WINDOW *, bool );
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 155 stdscr.nodelay(1)
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1112 int nodelay = 1; in Connect() local 1114 reinterpret_cast<const char*>(&nodelay), sizeof(nodelay)) != 0) { in Connect()
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 369 It's possible to change this behavior with the method :meth:`nodelay`. After 370 ``nodelay(1)``, :meth:`getch` for the window becomes non-blocking and returns
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 451 :meth:`~curses.window.nodelay` window method. After ``nodelay(True)``,
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 332 Window_OneArgNoReturnVoidFunction(nodelay, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction() 334 Window_OneArgNoReturnFunction(nodelay, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 495 Window_OneArgNoReturnVoidFunction(nodelay, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction() 497 Window_OneArgNoReturnFunction(nodelay, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1021 .. method:: window.nodelay(yes)
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1058 .. method:: window.nodelay(yes)
|
/external/fio/ |
D | HOWTO | 1807 .. option:: nodelay=bool : [netsplice] [net]
|
/external/apache-http/api/ |
D | apache-http-legacy-current.txt | 3837 field public static final java.lang.String TCP_NODELAY = "http.tcp.nodelay";
|