Home
last modified time | relevance | path

Searched refs:_errorOccurred (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A DGnashImageJpeg.cpp217 _errorOccurred(nullptr), in JpegInput()
261 ss << _("Internal jpeg error: ") << _errorOccurred; in readHeader()
286 if (_errorOccurred) { in readHeader()
288 ss << _("Internal jpeg error: ") << _errorOccurred; in readHeader()
306 ss << _("Internal jpeg error: ") << _errorOccurred; in read()
334 if (_errorOccurred) { in read()
336 ss << _("Internal jpeg error during header parsing: ") << _errorOccurred; in read()
342 if (_errorOccurred) { in read()
344 ss << _("Internal jpeg error during decompression: ") << _errorOccurred; in read()
362 ss << _("Internal jpeg error: ") << _errorOccurred; in finishImage()
[all …]
H A DGnashImageJpeg.h54 const char* _errorOccurred;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dsession_catalog_migration_destination.cpp342 _errorOccurred("Destructor cleaning up thread"); in ~SessionCatalogMigrationDestination()
367 _errorOccurred(ex.toString()); in start()
498 void SessionCatalogMigrationDestination::_errorOccurred(StringData errMsg) { in _errorOccurred() function in mongo::SessionCatalogMigrationDestination
512 _errorOccurred(errMsg); in forceFail()
H A Dsession_catalog_migration_destination.h111 void _errorOccurred(StringData errMsg);
/dports/www/mod_webkit/w4py-1.2.3/CGIWrapper/
H A DCGIWrapper.py466 self._errorOccurred = False
493 self._errorOccurred = True
500 self._errorOccurred = False
503 if self._errorOccurred:
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/ProviderBase/
H A DDbConnectionPool.cs122 private volatile bool _errorOccurred; field in System.Data.ProviderBase.DbConnectionPool
192 get { return _errorOccurred; }
453 _errorOccurred = true; in CreateObject()
575 _errorOccurred = false; in ErrorCallback()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/
H A DDbConnectionPool.cs369 private volatile bool _errorOccurred; field in System.Data.ProviderBase.DbConnectionPool
445 get { return _errorOccurred; }
736 _errorOccurred = true; in CreateObject()
910 _errorOccurred = false; in ErrorCallback()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/tests/
H A DHashtableTests.cs1033 private bool _errorOccurred = false; field in System.Collections.Tests.Hashtable_ItemThreadSafetyTests
1073 while (!_errorOccurred && !_timeExpired) in GetItem_ThreadSafety()
1087 Assert.False(_errorOccurred); in GetItem_ThreadSafety()
1104 while (!_errorOccurred && !_timeExpired) in ReaderFunction2()
1116 while (!_errorOccurred && !_timeExpired) in WriterFunction()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbConnectionPool.cs451 private volatile bool _errorOccurred; field in System.Data.ProviderBase.DbConnectionPool
527 get { return _errorOccurred; }
866 _errorOccurred = true; in CreateObject()
1059 _errorOccurred = false; in ErrorCallback()