HomeSort by relevance Sort by last modified time
    Searched refs:nodelay (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 395 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
674 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 395 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
674 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 414 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
693 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 414 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
693 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
    [all...]
  /external/toybox/kconfig/lxdialog/
util.c 495 nodelay(win, TRUE);
502 nodelay(win, FALSE);
  /external/fio/engines/
net.c 44 unsigned int nodelay; member in struct:netio_options
136 .name = "nodelay",
138 .off1 = offsetof(struct netio_options, nodelay),
745 if (o->nodelay && is_tcp(o)) {
749 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
860 if (o->nodelay && is_tcp(o)) {
864 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 112 stdscr.nodelay(1)
  /external/boringssl/src/ssl/test/
bssl_shim.cc 352 int nodelay = 1; local
354 reinterpret_cast<const char*>(&nodelay), sizeof(nodelay)) != 0) {

Completed in 432 milliseconds