Home
last modified time | relevance | path

Searched refs:waitForWrite (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go85 waitForWrite()
109 waitForWrite()
164 waitForWrite()
186 waitForWrite()
214 waitForWrite()
246 waitForWrite()
277 waitForWrite()
325 waitForWrite()
343 waitForWrite()
418 waitForWrite()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go85 waitForWrite()
109 waitForWrite()
164 waitForWrite()
186 waitForWrite()
214 waitForWrite()
246 waitForWrite()
277 waitForWrite()
325 waitForWrite()
343 waitForWrite()
418 waitForWrite()
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go85 waitForWrite()
109 waitForWrite()
164 waitForWrite()
186 waitForWrite()
214 waitForWrite()
246 waitForWrite()
277 waitForWrite()
325 waitForWrite()
343 waitForWrite()
418 waitForWrite()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go85 waitForWrite()
109 waitForWrite()
164 waitForWrite()
186 waitForWrite()
214 waitForWrite()
246 waitForWrite()
277 waitForWrite()
325 waitForWrite()
343 waitForWrite()
418 waitForWrite()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go85 waitForWrite()
109 waitForWrite()
164 waitForWrite()
186 waitForWrite()
214 waitForWrite()
246 waitForWrite()
277 waitForWrite()
325 waitForWrite()
343 waitForWrite()
418 waitForWrite()
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go65 waitForWrite()
89 waitForWrite()
122 waitForWrite()
149 waitForWrite()
195 waitForWrite()
215 waitForWrite()
290 waitForWrite()
311 waitForWrite()
471 waitForWrite()
509 waitForWrite()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/abyss/src/
H A Dchannel.c160 bool const waitForWrite, in ChannelWait() argument
170 if (waitForWrite) in ChannelWait()
174 (*channelP->vtbl.wait)(channelP, waitForRead, waitForWrite, timems, in ChannelWait()
H A Dchannel.h42 bool const waitForWrite,
99 bool const waitForWrite,
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/abyss/src/
H A Dchannel.c161 bool const waitForWrite, in ChannelWait() argument
171 if (waitForWrite) in ChannelWait()
175 (*channelP->vtbl.wait)(channelP, waitForRead, waitForWrite, timems, in ChannelWait()
H A Dchannel.h42 bool const waitForWrite,
99 bool const waitForWrite,
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go85 waitForWrite()
109 waitForWrite()
164 waitForWrite()
186 waitForWrite()
214 waitForWrite()
246 waitForWrite()
277 waitForWrite()
325 waitForWrite()
343 waitForWrite()
418 waitForWrite()
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/
H A Dsend_stream_test.go85 waitForWrite()
109 waitForWrite()
164 waitForWrite()
186 waitForWrite()
214 waitForWrite()
246 waitForWrite()
277 waitForWrite()
325 waitForWrite()
343 waitForWrite()
418 waitForWrite()
[all …]
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/tls/gnutls/
H A DTLSSocket_GnuTLS.cpp164 bool TLSSocket_GnuTLS::waitForWrite(const int msecs) in waitForWrite() function in vmime::net::tls::TLSSocket_GnuTLS
166 return m_wrapped->waitForWrite(msecs); in waitForWrite()
241 m_wrapped->waitForWrite(); in sendRaw()
322 m_wrapped->waitForWrite(); in handshake()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqprocess_win.cpp612 if (pipeWriter && pipeWriter->waitForWrite(0)) in waitForReadyRead()
685 if (!pipeWriter || pipeWriter->waitForWrite(0)) in waitForBytesWritten()
734 if (pipeWriter && pipeWriter->waitForWrite(0)) in waitForFinished()
777 pipeWriter->waitForWrite(ULONG_MAX); in flushPipeWriter()
805 bool QProcessPrivate::waitForWrite(int msecs) in waitForWrite() function in QProcessPrivate
809 if (!pipeWriter || pipeWriter->waitForWrite(msecs)) in waitForWrite()
821 if (!writeBuffer.isEmpty() && (!pipeWriter || pipeWriter->waitForWrite(0))) in _q_notified()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/qprocess/
H A Dk3bqprocess_win.cpp625 if (pipeWriter && pipeWriter->waitForWrite(0)) in waitForReadyRead()
698 if (!pipeWriter || pipeWriter->waitForWrite(0)) in waitForBytesWritten()
747 if (pipeWriter && pipeWriter->waitForWrite(0)) in waitForFinished()
790 pipeWriter->waitForWrite(ULONG_MAX); in flushPipeWriter()
818 bool K3bQProcessPrivate::waitForWrite(int msecs) in waitForWrite() function in K3bQProcessPrivate
822 if (!pipeWriter || pipeWriter->waitForWrite(msecs)) in waitForWrite()
834 if (!writeBuffer.isEmpty() && (!pipeWriter || pipeWriter->waitForWrite(0))) in _q_notified()
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/tls/openssl/
H A DTLSSocket_OpenSSL.cpp214 bool TLSSocket_OpenSSL::waitForWrite(const int msecs) in waitForWrite() function in vmime::net::tls::TLSSocket_OpenSSL
216 return m_wrapped->waitForWrite(msecs); in waitForWrite()
299 m_wrapped->waitForWrite(); in sendRaw()
373 m_wrapped->waitForWrite(); in handshake()
/dports/mail/libvmime/vmime-0.9.2/src/vmime/security/sasl/
H A DSASLSocket.cpp123 bool SASLSocket::waitForWrite(const int msecs) in waitForWrite() function in vmime::security::sasl::SASLSocket
125 return m_wrapped->waitForWrite(msecs); in waitForWrite()
/dports/lang/php73/php-7.3.33/ext/openssl/tests/
H A Dbug74159.phpt57 function waitForWrite(...$streams) : bool {
97 waitForWrite($fp);
/dports/lang/php81/php-8.1.1/ext/openssl/tests/
H A Dbug74159.phpt58 function waitForWrite(...$streams) : bool {
98 waitForWrite($fp);
/dports/lang/php80/php-8.0.15/ext/openssl/tests/
H A Dbug74159.phpt57 function waitForWrite(...$streams) : bool {
97 waitForWrite($fp);
/dports/lang/php74/php-7.4.27/ext/openssl/tests/
H A Dbug74159.phpt57 function waitForWrite(...$streams) : bool {
97 waitForWrite($fp);
/dports/security/php81-openssl/php-8.1.1/ext/openssl/tests/
H A Dbug74159.phpt58 function waitForWrite(...$streams) : bool {
98 waitForWrite($fp);
/dports/security/php73-openssl/php-7.3.33/ext/openssl/tests/
H A Dbug74159.phpt57 function waitForWrite(...$streams) : bool {
97 waitForWrite($fp);
/dports/security/php74-openssl/php-7.4.27/ext/openssl/tests/
H A Dbug74159.phpt57 function waitForWrite(...$streams) : bool {
97 waitForWrite($fp);
/dports/security/php80-openssl/php-8.0.15/ext/openssl/tests/
H A Dbug74159.phpt57 function waitForWrite(...$streams) : bool {
97 waitForWrite($fp);

12345678910>>...15