Home
last modified time | relevance | path

Searched refs:readChannel (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/mail/trojita/trojita-0.7/src/Streams/
H A DFakeSocket.cpp31 readChannel = new QBuffer(&r, this); in FakeSocket()
32 readChannel->open(QIODevice::ReadWrite); in FakeSocket()
69 qint64 pos = readChannel->pos(); in fakeReading()
74 readChannel->close(); in fakeReading()
77 readChannel->write(unProcessedData); in fakeReading()
80 readChannel->seek(r.size()); in fakeReading()
81 readChannel->write(what); in fakeReading()
82 readChannel->seek(pos); in fakeReading()
93 return readChannel->canReadLine(); in canReadLine()
98 return readChannel->read(maxSize); in read()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dpchannel.cxx620 return readChannel == other.readChannel && in Compare()
629 if (readChannel != NULL && readChannel == writeChannel) in GetName()
667 readChannel = NULL; in Close()
686 if (readChannel != NULL && readChannel == writeChannel) in IsOpen()
689 PBoolean returnValue = readChannel != NULL ? readChannel->IsOpen() : PFalse; in IsOpen()
749 if (readChannel != NULL && readChannel == writeChannel) in Shutdown()
764 return readChannel != NULL && readChannel->SetLocalEcho(localEcho); in SetLocalEcho()
802 readChannel->Close(); in Open()
808 delete readChannel; in Open()
844 readChannel = channel; in SetReadChannel()
[all …]
/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
88 m_readChannel = readChannel; 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/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/podcast/
H A DPodcastFeedEntryDownloader.java163 ReadableByteChannel readChannel = null; in doInBackground() local
172 readChannel = Channels.newChannel(in); in doInBackground()
176 while (readChannel.isOpen()) { in doInBackground()
177 long transferred = writeChannel.transferFrom(readChannel, in doInBackground()
195 ClosingUtils.close(readChannel); in doInBackground()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/dmo/
H A DEcho.cpp61 const uint8 readChannel = (m_crossEcho ? (1 - channel) : channel); in Process() local
62 int readPos = m_writePos - m_delayTime[readChannel]; in Process()
67 float chnDelay = m_delayLine[readPos * 2 + readChannel]; in Process()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dindchan.h242 PChannel * readChannel, ///< Channel to be used for both read operations.
301 PChannel * readChannel; variable
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp84 T* readChannel();
148 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp90 T* readChannel();
160 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp90 T* readChannel();
160 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() 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.hpp90 T* readChannel();
160 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp93 T* readChannel();
163 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp93 T* readChannel();
163 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp93 T* readChannel();
163 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp93 T* readChannel();
163 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/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.go63 channels[stdinChannel] = readChannel(opts.Stdin)
72 func readChannel(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.go47 channels[stdinChannel] = readChannel(opts.Stdin)
56 func readChannel(real bool) wsstream.ChannelType { func
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp93 T* readChannel();
163 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/streaming/remotecommand/
H A Dwebsocket.go63 channels[stdinChannel] = readChannel(opts.Stdin)
72 func readChannel(real bool) wsstream.ChannelType { func
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp93 T* readChannel();
163 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/streaming/remotecommand/
H A Dwebsocket.go63 channels[stdinChannel] = readChannel(opts.Stdin)
72 func readChannel(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.go63 channels[stdinChannel] = readChannel(opts.Stdin)
72 func readChannel(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.go63 channels[stdinChannel] = readChannel(opts.Stdin)
72 func readChannel(real bool) wsstream.ChannelType { func
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/ndbfs/
H A DMemoryChannel.hpp90 T* readChannel();
160 template <class T> T* MemoryChannel<T>::readChannel() in readChannel() function in MemoryChannel
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/streaming/remotecommand/
H A Dwebsocket.go63 channels[stdinChannel] = readChannel(opts.Stdin)
72 func readChannel(real bool) wsstream.ChannelType { func

123456789