Home
last modified time | relevance | path

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

12345678910>>...89

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tungstenite-0.13.0/src/
H A Dstream.rs28 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>; in set_nodelay()
32 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
33 TcpStream::set_nodelay(self, nodelay) in set_nodelay()
39 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
40 self.get_mut().set_nodelay(nodelay) in set_nodelay()
46 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
47 self.sock.set_nodelay(nodelay) in set_nodelay()
85 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
87 Stream::Plain(ref mut s) => s.set_nodelay(nodelay), in set_nodelay()
88 Stream::Tls(ref mut s) => s.set_nodelay(nodelay), in set_nodelay()
/dports/net/oha/oha-0.4.7/cargo-crates/tungstenite-0.12.0/src/
H A Dstream.rs26 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>; in set_nodelay()
30 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
31 TcpStream::set_nodelay(self, nodelay) in set_nodelay()
37 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
38 self.get_mut().set_nodelay(nodelay) in set_nodelay()
76 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
78 Stream::Plain(ref mut s) => s.set_nodelay(nodelay), in set_nodelay()
79 Stream::Tls(ref mut s) => s.set_nodelay(nodelay), in set_nodelay()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tungstenite-0.12.0/src/
H A Dstream.rs26 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>; in set_nodelay()
30 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
31 TcpStream::set_nodelay(self, nodelay) in set_nodelay()
37 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
38 self.get_mut().set_nodelay(nodelay) in set_nodelay()
76 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
78 Stream::Plain(ref mut s) => s.set_nodelay(nodelay), in set_nodelay()
79 Stream::Tls(ref mut s) => s.set_nodelay(nodelay), in set_nodelay()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/nodelay.lv2/
H A Dmanifest.ttl.in4 <http://gareus.org/oss/lv2/nodelay>
6 lv2:binary <nodelay@LIB_EXT@> ;
7 rdfs:seeAlso <nodelay.ttl> .
9 <http://gareus.org/oss/lv2/nodelay#micro>
11 lv2:binary <nodelay@LIB_EXT@> ;
12 rdfs:seeAlso <nodelay.ttl> .
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dui_utils.c146 nodelay(stdscr, wait ? FALSE : TRUE); in getkey()
154 nodelay(stdscr, FALSE); in getkey()
176 nodelay(stdscr, TRUE); in onechar()
249 nodelay(stdscr, FALSE); in onechar()
252 nodelay(stdscr, FALSE); in onechar()
284 nodelay(stdscr, TRUE); in onechar()
295 nodelay(stdscr, FALSE); in onechar()
306 nodelay(stdscr, TRUE); in onechar()
326 nodelay(stdscr, FALSE); in onechar()
/dports/www/lua-resty-core/lua-resty-core-0.1.22/t/
H A Dsocket-tcp-setoption.t465 === TEST 10: tcp-nodelay set by 1/0.
486 ok, err = sock:setoption("tcp-nodelay", 1)
498 ok, err = sock:setoption("tcp-nodelay", 0)
516 tcp-nodelay changes from 0 to 1
517 tcp-nodelay changes from 1 to 0
523 === TEST 11: tcp-nodelay set by true/false.
574 tcp-nodelay changes from 0 to 1
575 tcp-nodelay changes from 1 to 0
581 === TEST 12: tcp-nodelay set by ~0/0.
632 tcp-nodelay changes from 0 to 1
[all …]
/dports/www/squidpurge/purge/
H A Dsocket.cc109 setSocketNoDelay( int sockfd, bool nodelay ) in setSocketNoDelay() argument
127 commonCode( int& sockfd, bool nodelay, int sendBufferSize, int recvBufferSize ) in commonCode() argument
138 if ( nodelay ) { in commonCode()
171 connectTo( struct in_addr host, unsigned short port, bool nodelay, in connectTo() argument
188 if ( commonCode( sockfd, nodelay, sendBufferSize, recvBufferSize ) == -1 ) in connectTo()
207 int backlog, bool reuse, bool nodelay, in serverSocket() argument
237 if ( commonCode( sockfd, nodelay, sendBufferSize, recvBufferSize ) == -1 ) in serverSocket()
H A Dsocket.hh105 setSocketNoDelay( int sockfd, bool nodelay = true );
113 connectTo( struct in_addr host, unsigned short port, bool nodelay = false,
126 int backlog = SOMAXCONN, bool reuse = true, bool nodelay = false,
/dports/www/websocat/websocat-1.9.0/tests/
H A Dtest.rs25 ($core:ident, $s1:expr, $s2:expr,nodelay,$($rest:tt)*) => {{
78 nodelay, in trivial()
92 nodelay, in tcp()
116 nodelay, in ws()
140 nodelay, in ws_ll()
165 nodelay, in ws_persist()
200 nodelay, in unix()
229 nodelay, in abstract_()
/dports/www/squid/squid-4.15/tools/purge/
H A Dsocket.cc124 commonCode( int& sockfd, bool nodelay, int sendBufferSize, int recvBufferSize ) in commonCode() argument
135 if ( nodelay ) { in commonCode()
168 connectTo( struct in_addr host, unsigned short port, bool nodelay, in connectTo() argument
185 if ( commonCode( sockfd, nodelay, sendBufferSize, recvBufferSize ) == -1 ) in connectTo()
204 int backlog, bool reuse, bool nodelay, in serverSocket() argument
234 if ( commonCode( sockfd, nodelay, sendBufferSize, recvBufferSize ) == -1 ) in serverSocket()
H A Dsocket.hh107 setSocketNoDelay( int sockfd, bool nodelay = true );
115 connectTo( struct in_addr host, unsigned short port, bool nodelay = false,
128 int backlog = SOMAXCONN, bool reuse = true, bool nodelay = false,
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dfileopen.c86 int nodelay ) in Checkwrite() argument
96 file, rw, create, nodelay ); in Checkwrite()
99 if( nodelay ){ in Checkwrite()
119 } else if( nodelay ){ in Checkwrite()
183 const char *file, struct stat *statb, int rw, int create, int nodelay ) in Checkwrite_timeout() argument
188 fd = Checkwrite( file, statb, rw, create, nodelay ); in Checkwrite_timeout()
/dports/sysutils/munin-common/munin-2.0.67/plugins/node.d/
H A Dntp_offset.in14 nodelay - add "delay_graph no" to RRD graph configuration
19 env.nodelay 1 - Set to 1 to remove delay
41 nodelay=${nodelay:-}
87 case $nodelay in
/dports/sysutils/munin-master/munin-2.0.67/plugins/node.d/
H A Dntp_offset.in14 nodelay - add "delay_graph no" to RRD graph configuration
19 env.nodelay 1 - Set to 1 to remove delay
41 nodelay=${nodelay:-}
87 case $nodelay in
/dports/sysutils/munin-node/munin-2.0.67/plugins/node.d/
H A Dntp_offset.in14 nodelay - add "delay_graph no" to RRD graph configuration
19 env.nodelay 1 - Set to 1 to remove delay
41 nodelay=${nodelay:-}
87 case $nodelay in
/dports/audio/mumble/mumble-1.3.3/src/
H A DConnection.cpp190 int nodelay; in forceFlush() local
194 nodelay = 1; in forceFlush()
195 … IPPROTO_TCP, TCP_NODELAY, reinterpret_cast<char *>(&nodelay), static_cast<socklen_t>(sizeof(nodel… in forceFlush()
196 nodelay = 0; in forceFlush()
197 … IPPROTO_TCP, TCP_NODELAY, reinterpret_cast<char *>(&nodelay), static_cast<socklen_t>(sizeof(nodel… in forceFlush()
/dports/audio/murmur/mumble-1.3.3/src/
H A DConnection.cpp190 int nodelay; in forceFlush() local
194 nodelay = 1; in forceFlush()
195 … IPPROTO_TCP, TCP_NODELAY, reinterpret_cast<char *>(&nodelay), static_cast<socklen_t>(sizeof(nodel… in forceFlush()
196 nodelay = 0; in forceFlush()
197 … IPPROTO_TCP, TCP_NODELAY, reinterpret_cast<char *>(&nodelay), static_cast<socklen_t>(sizeof(nodel… in forceFlush()
/dports/net/nanomsg/nanomsg-1.1.5/src/transports/tcp/
H A Dtcp.c50 int nodelay; member
98 optset->nodelay = 0; in nn_tcp_optset()
128 optset->nodelay = val; in nn_tcp_optset_setopt()
145 intval = optset->nodelay; in nn_tcp_optset_getopt()
/dports/www/libevhtp/libevhtp-1.2.16/examples/
H A Dtest_perf.c17 static int nodelay = 0; variable
55 nodelay = 1; in main()
73 …fprintf(stdout, " -n : disable nagle (nodelay) [Default: %s]\n", nodelay ? "true" : "false"); in main()
93 if (nodelay) in main()
/dports/x11/xpra/xpra-4.3/xpra/net/
H A Dbytestreams.py128 def set_nodelay(self, nodelay : bool):
286 if self.nodelay:
287 self.do_set_nodelay(self.nodelay)
310 self.nodelay = False
325 def set_nodelay(self, nodelay : bool):
326 if self.nodelay is None and self.nodelay_value!=nodelay:
327 self.do_set_nodelay(nodelay)
329 def do_set_nodelay(self, nodelay : bool):
331 self.nodelay_value = nodelay
417 if self.nodelay is not None:
[all …]
/dports/editors/hexedit/hexedit-1.5/
H A Dsearch.c39 nodelay(stdscr, TRUE); in searchA()
46 nodelay(stdscr, FALSE); in searchB()
72 nodelay(stdscr, TRUE); in search_forward()
103 nodelay(stdscr, TRUE); in search_backward()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/watchdog/
H A Dmax63xx_wdt.c45 static int nodelay; variable
107 if (nodelay && table->tdelay == 0) in max63xx_select_timeout()
110 if (!nodelay) in max63xx_select_timeout()
281 module_param(nodelay, int, 0);
282 MODULE_PARM_DESC(nodelay,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/watchdog/
H A Dmax63xx_wdt.c45 static int nodelay; variable
107 if (nodelay && table->tdelay == 0) in max63xx_select_timeout()
110 if (!nodelay) in max63xx_select_timeout()
281 module_param(nodelay, int, 0);
282 MODULE_PARM_DESC(nodelay,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/watchdog/
H A Dmax63xx_wdt.c45 static int nodelay; variable
107 if (nodelay && table->tdelay == 0) in max63xx_select_timeout()
110 if (!nodelay) in max63xx_select_timeout()
281 module_param(nodelay, int, 0);
282 MODULE_PARM_DESC(nodelay,
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/examples/
H A Dnewdemo.rs76 main_window.nodelay(true); in main()
100 main_window.nodelay(false); in main()
138 win.nodelay(true); in main()
231 main_window.nodelay(true); in wait_for_user()
236 main_window.nodelay(false); in wait_for_user()
316 main_window.nodelay(true); in bouncing_balls()
369 main_window.nodelay(false); in bouncing_balls()

12345678910>>...89