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

Function xmlInitializeDict

ThirdParty/libxml2/vtklibxml2/dict.c:89–93  ·  view source on GitHub ↗

* xmlInitializeDict: * * DEPRECATED: Alias for xmlInitParser. * * Returns 0. */

Source from the content-addressed store, hash-verified

87 * Returns 0.
88 */
89int
90xmlInitializeDict(void) {
91 xmlInitParser();
92 return(0);
93}
94
95/**
96 * xmlInitDictInternal:

Callers

nothing calls this directly

Calls 1

xmlInitParserFunction · 0.85

Tested by

no test coverage detected