Home
last modified time | relevance | path

Searched refs:nodelay (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Demo/curses/
Drain.py88 stdscr.nodelay(0)
90 stdscr.nodelay(1)
Dlife.py178 stdscr.nodelay(1)
189 stdscr.nodelay(0) # Disable nodelay mode
Dtclock.py74 stdscr.nodelay(1)
Dxmas.py695 stdscr.nodelay(1)
/external/curl/docs/cmdline-opts/
Dtcp-nodelay.d1 Long: tcp-nodelay
DMakefile.inc41 tcp-fastopen.d tcp-nodelay.d \
/external/python/cpython3/Tools/demo/
Dlife.py209 stdscr.nodelay(1)
220 stdscr.nodelay(0) # Disable nodelay mode
/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc449 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/
Dnet.c45 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/
Dproxy.c69 bool nodelay; member
1010 if(glob_opt.nodelay) in run()
1367 glob_opt.nodelay = true; in main()
/external/toybox/kconfig/lxdialog/
Dutil.c495 nodelay(win, TRUE); in on_key_esc()
502 nodelay(win, FALSE); in on_key_esc()
/external/python/cpython2/Lib/test/
Dtest_curses.py151 stdscr.nodelay(1)
/external/syslinux/gpxe/src/include/
Dcurses.h334 extern int nodelay ( WINDOW *, bool );
/external/python/cpython3/Lib/test/
Dtest_curses.py155 stdscr.nodelay(1)
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1112 int nodelay = 1; in Connect() local
1114 reinterpret_cast<const char*>(&nodelay), sizeof(nodelay)) != 0) { in Connect()
/external/python/cpython2/Doc/howto/
Dcurses.rst369 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/
Dcurses.rst451 :meth:`~curses.window.nodelay` window method. After ``nodelay(True)``,
/external/python/cpython2/Modules/
D_cursesmodule.c332 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.c495 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/
Dcurses.rst1021 .. method:: window.nodelay(yes)
/external/python/cpython3/Doc/library/
Dcurses.rst1058 .. method:: window.nodelay(yes)
/external/fio/
DHOWTO1807 .. option:: nodelay=bool : [netsplice] [net]
/external/apache-http/api/
Dapache-http-legacy-current.txt3837 field public static final java.lang.String TCP_NODELAY = "http.tcp.nodelay";