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

Function prologProcessor

Utilities/cmexpat/lib/xmlparse.c:5178–5186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5176#endif /* XML_DTD */
5177
5178static enum XML_Error PTRCALL
5179prologProcessor(XML_Parser parser, const char *s, const char *end,
5180 const char **nextPtr) {
5181 const char *next = s;
5182 int tok = XmlPrologTok(parser->m_encoding, s, end, &next);
5183 return doProlog(parser, parser->m_encoding, s, end, tok, next, nextPtr,
5184 (XML_Bool)! parser->m_parsingStatus.finalBuffer, XML_TRUE,
5185 XML_ACCOUNT_DIRECT);
5186}
5187
5188static enum XML_Error
5189doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end,

Callers 2

ignoreSectionProcessorFunction · 0.85
prologInitProcessorFunction · 0.85

Calls 1

doPrologFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…