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

Function XML_SetExternalEntityRefHandler

lib/expat/xmlparse.c:1358–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358void XMLCALL
1359XML_SetExternalEntityRefHandler(XML_Parser parser,
1360 XML_ExternalEntityRefHandler handler)
1361{
1362 externalEntityRefHandler = handler;
1363}
1364
1365void XMLCALL
1366XML_SetExternalEntityRefHandlerArg(XML_Parser parser, void *arg)

Callers 2

lxp_make_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected