MCPcopy Create free account
hub / github.com/Geant4/geant4 / externalEntityContentProcessor

Function externalEntityContentProcessor

source/externals/expat/src/xmlparse.c:2724–2736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2722}
2723
2724static enum XML_Error PTRCALL
2725externalEntityContentProcessor(XML_Parser parser, const char *start,
2726 const char *end, const char **endPtr) {
2727 enum XML_Error result
2728 = doContent(parser, 1, parser->m_encoding, start, end, endPtr,
2729 (XML_Bool)! parser->m_parsingStatus.finalBuffer,
2730 XML_ACCOUNT_ENTITY_EXPANSION);
2731 if (result == XML_ERROR_NONE) {
2732 if (! storeRawNames(parser))
2733 return XML_ERROR_NO_MEMORY;
2734 }
2735 return result;
2736}
2737
2738static enum XML_Error
2739doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc,

Callers 2

cdataSectionProcessorFunction · 0.85

Calls 2

doContentFunction · 0.85
storeRawNamesFunction · 0.85

Tested by

no test coverage detected