Home
last modified time | relevance | path

Searched defs:StreamWithLength (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DBatchStream.cs1168 private class StreamWithLength : Stream class in System.Data.Services.Client.BatchStream
1174 internal StreamWithLength(BatchStream stream, int contentLength) in StreamWithLength() method in System.Data.Services.Client.BatchStream.StreamWithLength
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp1067 struct StreamWithLength { struct in mozilla::net::OutboundMessage
1068 nsCOMPtr<nsIInputStream> mStream;
1069 uint32_t mLength;
1070 explicit StreamWithLength(nsIInputStream* stream, uint32_t Length) in StreamWithLength() argument
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp1067 struct StreamWithLength { struct in mozilla::net::OutboundMessage
1068 nsCOMPtr<nsIInputStream> mStream;
1069 uint32_t mLength;
1070 explicit StreamWithLength(nsIInputStream* stream, uint32_t Length) in StreamWithLength() function
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp1059 struct StreamWithLength { struct in mozilla::net::OutboundMessage
1060 nsCOMPtr<nsIInputStream> mStream;
1061 uint32_t mLength;
1062 explicit StreamWithLength(nsIInputStream* stream, uint32_t Length) in StreamWithLength() function
/dports/www/firefox/firefox-99.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp1110 struct StreamWithLength { struct in mozilla::net::OutboundMessage
1111 nsCOMPtr<nsIInputStream> mStream;
1112 uint32_t mLength;
1113 explicit StreamWithLength(nsIInputStream* stream, uint32_t Length) in StreamWithLength() function