Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c721 enum XML_Error m_errorCode; member
1283 parser->m_errorCode = XML_ERROR_NONE; in parserInit()
2035 parser->m_errorCode = XML_ERROR_SUSPENDED; in XML_Parse()
2038 parser->m_errorCode = XML_ERROR_FINISHED; in XML_Parse()
2069 parser->m_errorCode in XML_Parse()
2155 parser->m_errorCode = XML_ERROR_FINISHED; in XML_ParseBuffer()
2221 parser->m_errorCode = XML_ERROR_FINISHED; in XML_GetBuffer()
2355 parser->m_errorCode = XML_ERROR_FINISHED; in XML_StopParser()
2387 parser->m_errorCode = callProcessor( in XML_ResumeParser()
2427 return parser->m_errorCode; in XML_GetErrorCode()
[all …]