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

Function prologInitProcessor

Utilities/cmexpat/lib/xmlparse.c:4978–4986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4976}
4977
4978static enum XML_Error PTRCALL
4979prologInitProcessor(XML_Parser parser, const char *s, const char *end,
4980 const char **nextPtr) {
4981 enum XML_Error result = initializeEncoding(parser);
4982 if (result != XML_ERROR_NONE)
4983 return result;
4984 parser->m_processor = prologProcessor;
4985 return prologProcessor(parser, s, end, nextPtr);
4986}
4987
4988#ifdef XML_DTD
4989

Callers

nothing calls this directly

Calls 2

initializeEncodingFunction · 0.85
prologProcessorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…