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

Function contentProcessor

source/externals/expat/src/xmlparse.c:2609–2620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2607}
2608
2609static enum XML_Error PTRCALL
2610contentProcessor(XML_Parser parser, const char *start, const char *end,
2611 const char **endPtr) {
2612 enum XML_Error result = doContent(
2613 parser, 0, parser->m_encoding, start, end, endPtr,
2614 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_ACCOUNT_DIRECT);
2615 if (result == XML_ERROR_NONE) {
2616 if (! storeRawNames(parser))
2617 return XML_ERROR_NO_MEMORY;
2618 }
2619 return result;
2620}
2621
2622static enum XML_Error PTRCALL
2623externalEntityInitProcessor(XML_Parser parser, const char *start,

Callers 2

cdataSectionProcessorFunction · 0.85
doPrologFunction · 0.85

Calls 2

doContentFunction · 0.85
storeRawNamesFunction · 0.85

Tested by

no test coverage detected