Home
last modified time | relevance | path

Searched refs:NoStream (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DEntityDescriptor.cs239 …Debug.Assert(this.streamState == StreamStates.NoStream || this.mediaLinkEntry, "this.streamState =…
241 …& this.streamState == StreamStates.NoStream) || (this.saveStream != null && this.streamState != St…
H A DEntityStates.cs32 NoStream = 0, enumerator
H A DDataServiceContext.cs1674 descriptor.StreamState = StreamStates.NoStream; in HandleResponsePut()
4237 StreamStates streamState = StreamStates.NoStream; in HandleBatchResponse()
4313 descriptor.StreamState = StreamStates.NoStream; in HandleBatchResponse()
/dports/lang/ghc/ghc-8.10.7/libraries/process/System/Process/
H A DCommon.hs176 | NoStream -- ^ Close the stream's file descriptor without constructor
243 mbFd _fn _std NoStream = return (-2)
287 mbHANDLE _std NoStream = return $ intPtrToPtr (-2)
/dports/math/linbox/linbox-1.6.3/linbox/util/
H A Dcommentator.h816 #define aside NoStream()
817 struct NoStream {}; struct
819 NoStream & operator<< (NoStream& o, const T & x) { return o; }
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/
H A DSPDYCodec.cpp713 DCHECK(assocStream != NoStream); in generatePushPromise()
735 CHECK((assocStream == NoStream && (stream % 2 == 1)) || in generateSynStream()
749 bool isPushed = (assocStream != NoStream); in generateSynStream()
764 if (assocStream != NoStream) { in generateSynStream()
1065 (stream == NoStream && versionSettings_.majorVersion == 3 && in generateWindowUpdate()
1381 if (streamId_ == NoStream || streamId_ < lastStreamID_ || in onSynStream()
1387 assocStream == NoStream)) { in onSynStream()
1403 if (assocStream != NoStream && !(flags_ & spdy::CTRL_FLAG_UNIDIRECTIONAL)) { in onSynStream()
1423 onSynCommon(StreamID(streamId_), NoStream, headers, -1, size); in onSynReply()
H A DCodecProtocol.cpp148 const folly::Optional<HTTPCodec::StreamID> HTTPCodec::NoStream = folly::none; member in proxygen::HTTPCodec
H A DSPDYCodec.h37 static const StreamID NoStream = 0;
H A DHTTPCodec.h49 static const folly::Optional<StreamID> NoStream; variable
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DHTTPTransactionMocks.h361 folly::Optional<HTTPCodec::StreamID> assocStreamId = HTTPCodec::NoStream,
414 folly::Optional<HTTPCodec::StreamID> assocStreamId = HTTPCodec::NoStream,
450 HTTPCodec::NoStream, in MockHTTPTransaction()
H A DDownstreamTransactionTest.cpp126 HTTPCodec::NoStream, in makeExTxn()
/dports/graphics/jogamp-jogl/gluegen/make/scripts/
H A Djava-win64.bat21 set D_ARGS="-Djogamp.debug.IOUtil" "-Djogamp.debug.IOUtil.Exe" "-Djogamp.debug.IOUtil.Exe.NoStream"
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-qpack/src/
H A Dencoder.rs25 NoStream, enumerator
33 Self::NoStream => None, in stream_id()
66 local_stream: LocalStreamState::NoStream, in new()
309 LocalStreamState::NoStream => { in send_encoder_updates()
464 if self.local_stream == LocalStreamState::NoStream { in add_send_stream()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-qpack/src/
H A Dencoder.rs25 NoStream, enumerator
33 Self::NoStream => None, in stream_id()
66 local_stream: LocalStreamState::NoStream, in new()
317 LocalStreamState::NoStream => { in send()
468 if self.local_stream == LocalStreamState::NoStream { in add_send_stream()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-qpack/src/
H A Dencoder.rs25 NoStream, enumerator
33 Self::NoStream => None, in stream_id()
66 local_stream: LocalStreamState::NoStream, in new()
317 LocalStreamState::NoStream => { in send()
468 if self.local_stream == LocalStreamState::NoStream { in add_send_stream()
/dports/www/miniflux/v2-2.0.35/googlereader/
H A Dhandler.go100 NoStream StreamType = iota
142 case NoStream:
274 return Stream{NoStream, ""}, err
281 return Stream{NoStream, ""}, nil
284 return Stream{NoStream, ""}, err
559 category := Stream{NoStream, ""}
/dports/lang/ghc/ghc-8.10.7/libraries/process/
H A Dchangelog.md74 * Improve documentation of the `NoStream` data constructor
138 * Add `StdStream(NoStream)` to have standard handles closed. [#13](https://github.com/haskell/proce…
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/
H A DCtZrtpSession.h50 NoStream = 0, enumerator
H A DCtZrtpStream.cpp81 index(CtZrtpSession::AudioStream), type(CtZrtpSession::NoStream), zrtpEngine(NULL), in CtZrtpStream()
127 type = CtZrtpSession::NoStream; in stopStream()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DHTTPUpstreamSession.cpp105 HTTPCodec::NoStream, in newTransactionWithError()
H A DHTTPSession.cpp480 infoCallback_->onRead(*this, readSize, HTTPCodec::NoStream); in readDataAvailable()
511 infoCallback_->onRead(*this, readSize, HTTPCodec::NoStream); in readBufferAvailable()
645 HTTPCodec::NoStream, in newExTransaction()
711 HTTPCodec::NoStream, in onMessageBegin()
823 HTTPCodec::NoStream, in onExMessageBegin()
1063 streamID, HTTPCodec::NoStream, HTTPCodec::NoExAttributes); in onError()
H A DHTTPTransaction.h636 folly::Optional<HTTPCodec::StreamID> assocStreamId = HTTPCodec::NoStream,
1347 return exAttributes_ ? exAttributes_->controlStream : HTTPCodec::NoStream; in getControlStream()
H A DHQSession.h1112 folly::Optional<HTTPCodec::StreamID> parentTxnId = HTTPCodec::NoStream,
1766 folly::Optional<HTTPCodec::StreamID> parentTxnId = HTTPCodec::NoStream)
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DCommon.hs262 let stdIn = maybe NoStream (const CreatePipe) mInput
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/test/
H A DSPDYCodecTest.cpp335 uint32_t assocStreamId = SPDYCodec::NoStream, in getSynStream()
339 if (assocStreamId == SPDYCodec::NoStream) { in getSynStream()

12