Home
last modified time | relevance | path

Searched refs:asyncInputStream (Results 1 – 25 of 41) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgCompressIStream.cpp84 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in CloseWithStatus() local
86 if (asyncInputStream) rv = asyncInputStream->CloseWithStatus(reason); in CloseWithStatus()
188 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = do_QueryInterface(m_iStream); in AsyncWait() local
189 if (asyncInputStream) in AsyncWait()
190 return asyncInputStream->AsyncWait(callback, flags, amount, target); in AsyncWait()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DPartiallySeekableInputStream.cpp76 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in Init() local
78 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in Init()
79 mWeakAsyncInputStream = asyncInputStream; in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DInputStreamLengthWrapper.cpp120 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
122 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
123 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
H A DSlicedInputStream.cpp113 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
115 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
116 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DInputStreamLengthWrapper.cpp120 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
122 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
123 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
H A DSlicedInputStream.cpp113 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
115 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
116 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DInputStreamLengthWrapper.cpp120 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
122 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
123 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
H A DSlicedInputStream.cpp113 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
115 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
116 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DInputStreamLengthWrapper.cpp120 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
122 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
123 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DPartiallySeekableInputStream.cpp89 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in Init() local
91 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in Init()
92 mWeakAsyncInputStream = asyncInputStream; in Init()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DPartiallySeekableInputStream.cpp89 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in Init() local
91 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in Init()
92 mWeakAsyncInputStream = asyncInputStream; in Init()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DPartiallySeekableInputStream.cpp89 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in Init() local
91 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in Init()
92 mWeakAsyncInputStream = asyncInputStream; in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DPartiallySeekableInputStream.cpp89 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in Init() local
91 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in Init()
92 mWeakAsyncInputStream = asyncInputStream; in Init()
/dports/www/firefox-esr/firefox-91.8.0/dom/file/
H A DFileReaderSync.cpp456 nsCOMPtr<nsIInputStream> asyncInputStream = std::move(aAsyncStream); in ConvertAsyncToSyncStream() local
460 do_QueryInterface(asyncInputStream); in ConvertAsyncToSyncStream()
462 return NS_NewBufferedInputStream(aSyncStream, asyncInputStream.forget(), in ConvertAsyncToSyncStream()
473 SyncRead(asyncInputStream, buffer.BeginWriting(), aStreamSize, &read); in ConvertAsyncToSyncStream()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/file/
H A DFileReaderSync.cpp456 nsCOMPtr<nsIInputStream> asyncInputStream = std::move(aAsyncStream); in ConvertAsyncToSyncStream() local
460 do_QueryInterface(asyncInputStream); in ConvertAsyncToSyncStream()
462 return NS_NewBufferedInputStream(aSyncStream, asyncInputStream.forget(), in ConvertAsyncToSyncStream()
473 SyncRead(asyncInputStream, buffer.BeginWriting(), aStreamSize, &read); in ConvertAsyncToSyncStream()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/io/
H A DSlicedInputStream.cpp89 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in SetSourceStream() local
91 if (asyncInputStream && SameCOMIdentity(mInputStream, asyncInputStream)) { in SetSourceStream()
92 mWeakAsyncInputStream = asyncInputStream; in SetSourceStream()
/dports/www/firefox/firefox-99.0/dom/file/
H A DFileReaderSync.cpp456 nsCOMPtr<nsIInputStream> asyncInputStream = std::move(aAsyncStream); in ConvertAsyncToSyncStream() local
460 do_QueryInterface(asyncInputStream); in ConvertAsyncToSyncStream()
462 return NS_NewBufferedInputStream(aSyncStream, asyncInputStream.forget(), in ConvertAsyncToSyncStream()
473 SyncRead(asyncInputStream, buffer.BeginWriting(), aStreamSize, &read); in ConvertAsyncToSyncStream()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/file/
H A DFileReaderSync.cpp456 nsCOMPtr<nsIInputStream> asyncInputStream = std::move(aAsyncStream); in ConvertAsyncToSyncStream() local
460 do_QueryInterface(asyncInputStream); in ConvertAsyncToSyncStream()
462 return NS_NewBufferedInputStream(aSyncStream, asyncInputStream.forget(), in ConvertAsyncToSyncStream()
473 SyncRead(asyncInputStream, buffer.BeginWriting(), aStreamSize, &read); in ConvertAsyncToSyncStream()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/file/
H A DFileReaderSync.cpp449 nsCOMPtr<nsIInputStream> asyncInputStream = Move(aAsyncStream); in ConvertAsyncToSyncStream() local
453 do_QueryInterface(asyncInputStream); in ConvertAsyncToSyncStream()
455 return NS_NewBufferedInputStream(aSyncStream, asyncInputStream.forget(), in ConvertAsyncToSyncStream()
466 SyncRead(asyncInputStream, buffer.BeginWriting(), aStreamSize, &read); in ConvertAsyncToSyncStream()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/test/
H A DTestBind.cpp185 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = do_QueryInterface(inputStream); in main() local
186 rv = asyncInputStream->AsyncWait(clientCallback, 0, 0, nullptr); in main()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/test/gtest/
H A DTestBind.cpp152 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in TEST() local
154 rv = asyncInputStream->AsyncWait(clientCallback, 0, 0, nullptr); in TEST()
/dports/www/firefox/firefox-99.0/netwerk/test/gtest/
H A DTestBind.cpp162 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in TEST() local
164 rv = asyncInputStream->AsyncWait(clientCallback, 0, 0, nullptr); in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/test/
H A DTestBind.cpp152 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in TEST() local
154 rv = asyncInputStream->AsyncWait(clientCallback, 0, 0, nullptr); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/test/gtest/
H A DTestBind.cpp152 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in TEST() local
154 rv = asyncInputStream->AsyncWait(clientCallback, 0, 0, nullptr); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/test/gtest/
H A DTestBind.cpp153 nsCOMPtr<nsIAsyncInputStream> asyncInputStream = in TEST() local
155 rv = asyncInputStream->AsyncWait(clientCallback, 0, 0, nullptr); in TEST()

12