Home
last modified time | relevance | path

Searched refs:_errorStr2 (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/tools/xml2sdb/
H A Dtinyxml2.cpp1777 _errorStr2( 0 ), in XMLDocument()
1800 _errorStr2 = 0; in Clear()
2058 _errorStr2 = str2; in SetError()
2079 if ( _errorStr2 ) { in PrintError()
2080 TIXML_SNPRINTF( buf2, LEN, "%s", _errorStr2 ); in PrintError()
H A Dtinyxml2.h1692 return _errorStr2; in GetErrorStr2()
1719 const char* _errorStr2; variable