MCPcopy Create free account
hub / github.com/cuberite/cuberite / prologInitProcessor

Function prologInitProcessor

lib/expat/xmlparse.c:3445–3456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3443}
3444
3445static enum XML_Error PTRCALL
3446prologInitProcessor(XML_Parser parser,
3447 const char *s,
3448 const char *end,
3449 const char **nextPtr)
3450{
3451 enum XML_Error result = initializeEncoding(parser);
3452 if (result != XML_ERROR_NONE)
3453 return result;
3454 processor = prologProcessor;
3455 return prologProcessor(parser, s, end, nextPtr);
3456}
3457
3458#ifdef XML_DTD
3459

Callers

nothing calls this directly

Calls 2

initializeEncodingFunction · 0.85
prologProcessorFunction · 0.85

Tested by

no test coverage detected