HomeSort by: relevance | last modified time | path
    Searched defs:nodelay (Results 1 - 11 of 11) sorted by relevancy

  /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
  /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/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/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)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-or1k.c 2279 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY; local
2291 if (nodelay)
2304 if (nodelay)
  /src/external/gpl3/gdb/dist/bfd/
elf32-or1k.c 2279 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY; local
2291 if (nodelay)
2304 if (nodelay)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-or1k.c 2281 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY; local
2293 if (nodelay)
2306 if (nodelay)
  /src/external/bsd/unbound/dist/services/
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...]

Completed in 43 milliseconds