Home
last modified time | relevance | path

Searched refs:writeChannel (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dpchannel.cxx621 writeChannel == other.writeChannel ? EqualTo : GreaterThan; in Compare()
638 if (writeChannel != NULL) in GetName()
657 if (readChannel != writeChannel && writeChannel != NULL) in Close()
668 writeChannel = NULL; in Close()
691 if (writeChannel != NULL) in IsOpen()
804 if (readChannel != writeChannel && writeChannel != NULL) in Open()
805 writeChannel->Close(); in Open()
811 delete writeChannel; in Open()
857 delete writeChannel; in SetWriteChannel()
864 writeChannel = channel; in SetWriteChannel()
[all …]
/dports/mail/trojita/trojita-0.7/src/Streams/
H A DFakeSocket.cpp33 writeChannel = new QBuffer(&w, this); in FakeSocket()
34 writeChannel->open(QIODevice::WriteOnly); in FakeSocket()
108 return writeChannel->write(byteArray); in write()
114 writeChannel->write(QByteArray("[*** STARTTLS ***]")); in startTls()
121 writeChannel->write(QByteArray("[*** DEFLATE ***]")); in startDeflate()
133 writeChannel->write(QByteArray("[*** close ***]")); in close()
140 writeChannel->seek(0); in writtenStuff()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/performance/src/test/java/org/apache/arrow/vector/ipc/
H A DWriteChannelBenchmark.java53 private WriteChannel writeChannel; field in WriteChannelBenchmark.AlignState
61 writeChannel = new WriteChannel(Channels.newChannel(baos)); in prepareInvoke()
62 writeChannel.write(new byte[8 - alignSize]); in prepareInvoke()
67 writeChannel.close(); in tearDownInvoke()
76 state.writeChannel.align(); in alignBenchmark()
/dports/databases/arrow/apache-arrow-6.0.1/java/performance/src/test/java/org/apache/arrow/vector/ipc/
H A DWriteChannelBenchmark.java53 private WriteChannel writeChannel; field in WriteChannelBenchmark.AlignState
61 writeChannel = new WriteChannel(Channels.newChannel(baos)); in prepareInvoke()
62 writeChannel.write(new byte[8 - alignSize]); in prepareInvoke()
67 writeChannel.close(); in tearDownInvoke()
76 state.writeChannel.align(); in alignBenchmark()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/performance/src/test/java/org/apache/arrow/vector/ipc/
H A DWriteChannelBenchmark.java53 private WriteChannel writeChannel; field in WriteChannelBenchmark.AlignState
61 writeChannel = new WriteChannel(Channels.newChannel(baos)); in prepareInvoke()
62 writeChannel.write(new byte[8 - alignSize]); in prepareInvoke()
67 writeChannel.close(); in tearDownInvoke()
76 state.writeChannel.align(); in alignBenchmark()
/dports/sysutils/signon-ui/signon-ui-075830f31096947fcea70802b8d3c142bccfbefa/src/
H A Dremote-request-interface.cpp51 void setChannels(QIODevice *readChannel, QIODevice *writeChannel);
86 void IpcHandler::setChannels(QIODevice *readChannel, QIODevice *writeChannel) in setChannels() argument
89 m_writeChannel = writeChannel; in setChannels()
229 void RemoteRequestClient::setChannels(QIODevice *readChannel, QIODevice *writeChannel) in setChannels() argument
232 d->m_handler.setChannels(readChannel, writeChannel); in setChannels()
313 void RemoteRequestServer::setChannels(QIODevice *readChannel, QIODevice *writeChannel) in setChannels() argument
316 d->m_handler.setChannels(readChannel, writeChannel); in setChannels()
H A Dremote-request-interface.h38 void setChannels(QIODevice *readChannel, QIODevice *writeChannel);
61 void setChannels(QIODevice *readChannel, QIODevice *writeChannel);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/streaming/remotecommand/
H A Dwebsocket.go64 channels[stdoutChannel] = writeChannel(opts.Stdout)
65 channels[stderrChannel] = writeChannel(opts.Stderr)
80 func writeChannel(real bool) wsstream.ChannelType { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/pkg/kubelet/server/remotecommand/
H A Dwebsocket.go48 channels[stdoutChannel] = writeChannel(opts.Stdout)
49 channels[stderrChannel] = writeChannel(opts.Stderr)
64 func writeChannel(real bool) wsstream.ChannelType { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/streaming/remotecommand/
H A Dwebsocket.go64 channels[stdoutChannel] = writeChannel(opts.Stdout)
65 channels[stderrChannel] = writeChannel(opts.Stderr)
80 func writeChannel(real bool) wsstream.ChannelType { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/streaming/remotecommand/
H A Dwebsocket.go64 channels[stdoutChannel] = writeChannel(opts.Stdout)
65 channels[stderrChannel] = writeChannel(opts.Stderr)
80 func writeChannel(real bool) wsstream.ChannelType { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/streaming/remotecommand/
H A Dwebsocket.go64 channels[stdoutChannel] = writeChannel(opts.Stdout)
65 channels[stderrChannel] = writeChannel(opts.Stderr)
80 func writeChannel(real bool) wsstream.ChannelType { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/streaming/remotecommand/
H A Dwebsocket.go64 channels[stdoutChannel] = writeChannel(opts.Stdout)
65 channels[stderrChannel] = writeChannel(opts.Stderr)
80 func writeChannel(real bool) wsstream.ChannelType { func
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/streaming/remotecommand/
H A Dwebsocket.go64 channels[stdoutChannel] = writeChannel(opts.Stdout)
65 channels[stderrChannel] = writeChannel(opts.Stderr)
80 func writeChannel(real bool) wsstream.ChannelType { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/pkg/kubelet/server/remotecommand/
H A Dwebsocket.go48 channels[stdoutChannel] = writeChannel(opts.Stdout)
49 channels[stderrChannel] = writeChannel(opts.Stderr)
64 func writeChannel(real bool) wsstream.ChannelType { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cri/streaming/remotecommand/
H A Dwebsocket.go48 channels[stdoutChannel] = writeChannel(opts.Stdout)
49 channels[stderrChannel] = writeChannel(opts.Stderr)
64 func writeChannel(real bool) wsstream.ChannelType { func
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/podcast/
H A DPodcastFeedEntryDownloader.java164 FileChannel writeChannel = null; in doInBackground() local
166 writeChannel = new FileOutputStream(localFile).getChannel(); in doInBackground()
177 long transferred = writeChannel.transferFrom(readChannel, in doInBackground()
196 ClosingUtils.close(writeChannel); in doInBackground()
/dports/devel/libwfut/libwfut-0.2.3/libwfut/
H A DChannelWriter.cpp13 static int writeChannel(TiXmlElement *element, const ChannelObject &channel) { in writeChannel() function
48 writeChannel(&channel, *itr); in writeChannelList()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dindchan.h243 PChannel * writeChannel, ///< Channel to be used for both write operations.
307 PChannel * writeChannel; variable
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp82 void writeChannel( T *t);
127 template <class T> void MemoryChannel<T>::writeChannel( T *t) in writeChannel() function in MemoryChannel
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp88 void writeChannel(T *t);
135 template <class T> void MemoryChannel<T>::writeChannel( T *t) in writeChannel() function in MemoryChannel
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp88 void writeChannel(T *t);
135 template <class T> void MemoryChannel<T>::writeChannel( T *t) in writeChannel() function in MemoryChannel
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp88 void writeChannel(T *t);
135 template <class T> void MemoryChannel<T>::writeChannel( T *t) in writeChannel() function in MemoryChannel
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp91 void writeChannel(T *t);
138 template <class T> void MemoryChannel<T>::writeChannel( T *t) in writeChannel() function in MemoryChannel
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp91 void writeChannel(T *t);
138 template <class T> void MemoryChannel<T>::writeChannel( T *t) in writeChannel() function in MemoryChannel

1234