MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlInitIOCallbacks

Function xmlInitIOCallbacks

ThirdParty/libxml2/vtklibxml2/xmlIO.c:2965–2975  ·  view source on GitHub ↗

* xmlInitIOCallbacks: * * Initialize callback tables. */

Source from the content-addressed store, hash-verified

2963 * Initialize callback tables.
2964 */
2965void
2966xmlInitIOCallbacks(void)
2967{
2968 xmlInputCallbackNr = 1;
2969 xmlInputCallbackTable[0].matchcallback = xmlIODefaultMatch;
2970
2971#ifdef LIBXML_OUTPUT_ENABLED
2972 xmlOutputCallbackNr = 1;
2973 xmlOutputCallbackTable[0].matchcallback = xmlIODefaultMatch;
2974#endif
2975}
2976
2977/**
2978 * xmlRegisterInputCallbacks:

Callers 1

xmlInitParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected