| /src/lib/libcurses/ |
| nodelay.c | 1 /* $NetBSD: nodelay.c,v 1.8 2024/12/23 02:58:04 blymn Exp $ */ 31 __RCSID("$NetBSD: nodelay.c,v 1.8 2024/12/23 02:58:04 blymn Exp $"); 38 * nodelay -- 43 nodelay(WINDOW *win, bool bf) function
|
| Makefile | 28 mvwin.c newwin.c nodelay.c notimeout.c overlay.c overwrite.c pause.c \ 144 curses_tty.3 nocbreak.3 curses_input.3 nodelay.3 \
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| vstream_tweak.c | 161 int nodelay = 1; local 164 (void *) &nodelay, sizeof(nodelay))) < 0
|
| /src/external/gpl3/gcc/dist/libgcc/config/or1k/ |
| or1k-asm.h | 9 .nodelay
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/or1k/ |
| or1k-asm.h | 9 .nodelay
|
| /src/external/gpl3/gdb/dist/sim/testsuite/or1k/ |
| or1k-asm.h | 26 .nodelay
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/ |
| or1k-asm.h | 26 .nodelay
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-or1k.c | 86 static bool nodelay = false; variable 90 nodelay = true; 100 { "nodelay", s_nodelay, 0 }, 389 if (nodelay)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-or1k.c | 86 static bool nodelay = false; variable 90 nodelay = true; 100 { "nodelay", s_nodelay, 0 }, 383 if (nodelay)
|
| /src/lib/libcurses/EXAMPLES/ |
| view.c | 278 nodelay(stdscr, TRUE); 448 nodelay(stdscr, FALSE); 457 nodelay(stdscr, TRUE);
|
| ex1.c | 314 nodelay( stdscr, TRUE ); 317 nodelay( stdscr, FALSE );
|
| /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/ |
| redis.conf | 314 repl-disable-tcp-nodelay no
|
| /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/ |
| redis.conf | 314 repl-disable-tcp-nodelay no
|
| /src/tests/lib/libcurses/tests/ |
| Makefile | 155 FILES+= nodelay
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui.c | 459 nodelay(w, FALSE);
|
| tui-io.c | 1224 nodelay (w, TRUE); 1226 nodelay (w, FALSE);
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui.c | 463 nodelay(w, FALSE);
|
| tui-io.c | 1225 nodelay (w, TRUE); 1227 nodelay (w, FALSE);
|
| /src/external/bsd/unbound/dist/services/ |
| listen_dnsport.h | 296 * @param nodelay: if true set TCP_NODELAY and TCP_QUICKACK socket options. 304 int* reuseport, int transparent, int mss, int nodelay, int freebind,
|
| outside_network.h | 747 * nodelay (TCP_NODELAY) should be set for TLS connections to speed up the TLS 750 int tcp_mss, int dscp, int nodelay);
|
| listen_dnsport.c | 713 int* reuseport, int transparent, int mss, int nodelay, int freebind, 763 if(nodelay) { 1051 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, 1091 transparent, tcp_mss, nodelay, freebind, use_systemd, 1125 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, 1148 snd, reuseport, transparent, tcp_mss, nodelay, freebind, 1152 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, 1318 int nodelay = is_https?http2_nodelay:is_ssl; local 1350 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock, 1405 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock [all...] |
| /src/tests/lib/libcurses/ |
| t_curses.sh | 581 atf_test_case nodelay 584 atf_set "descr" "Test that the nodelay call causes wget to not block" 588 h_run nodelay 2265 atf_add_test_case nodelay
|
| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| ossl_shim.cc | 484 int nodelay = 1; local 486 reinterpret_cast<const char*>(&nodelay), sizeof(nodelay)) != 0) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| ipropd_master.c | 341 int nodelay = 1; local 343 (void *)&nodelay, sizeof(nodelay));
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-or1k.c | 2280 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY; local 2292 if (nodelay) 2305 if (nodelay)
|