MCPcopy Create free account
hub / github.com/Kitware/CMake / externalEntityContentProcessor

Function externalEntityContentProcessor

Utilities/cmexpat/lib/xmlparse.c:3292–3304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3290}
3291
3292static enum XML_Error PTRCALL
3293externalEntityContentProcessor(XML_Parser parser, const char *start,
3294 const char *end, const char **endPtr) {
3295 enum XML_Error result
3296 = doContent(parser, 1, parser->m_encoding, start, end, endPtr,
3297 (XML_Bool)! parser->m_parsingStatus.finalBuffer,
3298 XML_ACCOUNT_ENTITY_EXPANSION);
3299 if (result == XML_ERROR_NONE) {
3300 if (! storeRawNames(parser))
3301 return XML_ERROR_NO_MEMORY;
3302 }
3303 return result;
3304}
3305
3306static enum XML_Error
3307doContent(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

Used in the wild real call sites across dependent graphs

searching dependent graphs…