Home
last modified time | relevance | path

Searched refs:closeSource (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsAsyncStreamCopier.cpp240 bool closeSource, in InitInternal() argument
251 mCloseSource = closeSource; in InitInternal()
277 bool closeSource, in Init() argument
284 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
295 bool closeSource, in Init() argument
300 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
H A DnsAsyncStreamCopier.h51 bool closeSource,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsAsyncStreamCopier.cpp220 uint32_t chunkSize, bool closeSource, in InitInternal() argument
230 mCloseSource = closeSource; in InitInternal()
253 bool closeSource, bool closeSink) { in Init() argument
259 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
268 bool closeSource, bool closeSink) { in Init() argument
271 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
H A DnsAsyncStreamCopier.h45 bool closeSource, bool closeSink);
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsAsyncStreamCopier.cpp223 uint32_t chunkSize, bool closeSource, in InitInternal() argument
233 mCloseSource = closeSource; in InitInternal()
256 bool closeSource, bool closeSink) { in Init() argument
262 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
271 bool closeSource, bool closeSink) { in Init() argument
274 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
H A DnsAsyncStreamCopier.h45 bool closeSource, bool closeSink);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsAsyncStreamCopier.cpp214 uint32_t chunkSize, bool closeSource, in InitInternal() argument
224 mCloseSource = closeSource; in InitInternal()
247 bool closeSource, bool closeSink) { in Init() argument
253 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
262 bool closeSource, bool closeSink) { in Init() argument
265 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
H A DnsAsyncStreamCopier.h45 bool closeSource, bool closeSink);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsAsyncStreamCopier.cpp220 uint32_t chunkSize, bool closeSource, in InitInternal() argument
230 mCloseSource = closeSource; in InitInternal()
253 bool closeSource, bool closeSink) { in Init() argument
259 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
268 bool closeSource, bool closeSink) { in Init() argument
271 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
H A DnsAsyncStreamCopier.h45 bool closeSource, bool closeSink);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsAsyncStreamCopier.cpp227 uint32_t chunkSize, bool closeSource, in InitInternal() argument
237 mCloseSource = closeSource; in InitInternal()
260 bool closeSource, bool closeSink) { in Init() argument
266 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
275 bool closeSource, bool closeSink) { in Init() argument
278 return InitInternal(source, sink, target, chunkSize, closeSource, closeSink); in Init()
H A DnsAsyncStreamCopier.h45 bool closeSource, bool closeSink);
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/vito/go-sse/sse/
H A Dread_closer.go16 closeSource func() error member
22 closeSource: func() error { return source.Close() },
36 return rc.closeSource()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/vito/go-sse/sse/
H A Dread_closer.go16 closeSource func() error member
22 closeSource: func() error { return source.Close() },
36 return rc.closeSource()
/dports/biology/jalview/jalview/src/jalview/io/
H A DIdentifyFile.java77 boolean closeSource) throws IOException in identify() argument
81 return identify(fp, closeSource); in identify()
93 public FileFormatI identify(FileParse source, boolean closeSource) in identify() argument
106 if (!closeSource) in identify()
350 if (closeSource) in identify()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/sorter/
H A Dsorter_test.cpp142 void closeSource() {} in closeSource() function in mongo::IntIterator
165 void closeSource() {} in closeSource() function in mongo::EmptyIterator
182 void closeSource() {} in closeSource() function in mongo::LimitIterator
215 it1->closeSource(); in _assertIteratorsEquivalent()
216 it2->closeSource(); in _assertIteratorsEquivalent()
220 it1->closeSource(); in _assertIteratorsEquivalent()
221 it2->closeSource(); in _assertIteratorsEquivalent()
271 void closeSource() {} in run() function in mongo::InMemIterTests::run::UnsortedIter
H A Dsorter.cpp127 void closeSource() {} in closeSource() function in mongo::sorter::InMemIterator
189 void closeSource() { in closeSource() function in mongo::sorter::FileIterator
347 iters[i]->closeSource(); in MergeIterator()
371 void closeSource() {} in closeSource() function in mongo::sorter::MergeIterator
420 _rest->closeSource(); in ~Stream()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/src/
H A DCOLLADASWSource.cpp36 if ( closeSourceElement ) closeSource(); in finishBase()
46 void SourceBase::closeSource() in closeSource() function in COLLADASW::SourceBase
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dsoftwareimagewidget.h40 void closeSource();
41 void reopenSource() { closeSource(); openSource(); } in reopenSource()
H A Dimagewidget.h104 void closeSource();
105 void reopenSource() { closeSource(); openSource(); } in reopenSource()
H A Dsoftwarelist.h156 void closeSource();
157 void reopenSource() { closeSource(); openSource(); } in reopenSource()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dkpayeeidentifierview.cpp98 void KPayeeIdentifierView::closeSource() in closeSource() function in KPayeeIdentifierView
102 static_cast<payeeIdentifierContainerModel*>(model)->closeSource(); in closeSource()
H A Dkpayeeidentifierview.h40 void closeSource();
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/include/
H A DCOLLADASWSource.h146 void closeSource();
230 closeSource(); in closeSourceElement()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/models/
H A Dpayeeidentifiercontainermodel.h87 void closeSource();

12