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

Function contentProcessor

Utilities/cmexpat/lib/xmlparse.c:3171–3183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3169}
3170
3171static enum XML_Error PTRCALL
3172contentProcessor(XML_Parser parser, const char *start, const char *end,
3173 const char **endPtr) {
3174 enum XML_Error result = doContent(
3175 parser, parser->m_parentParser ? 1 : 0, parser->m_encoding, start, end,
3176 endPtr, (XML_Bool)! parser->m_parsingStatus.finalBuffer,
3177 XML_ACCOUNT_DIRECT);
3178 if (result == XML_ERROR_NONE) {
3179 if (! storeRawNames(parser))
3180 return XML_ERROR_NO_MEMORY;
3181 }
3182 return result;
3183}
3184
3185static enum XML_Error PTRCALL
3186externalEntityInitProcessor(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

Used in the wild real call sites across dependent graphs

searching dependent graphs…