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

Function xmlXPathInit

ThirdParty/libxml2/vtklibxml2/xpath.c:154–157  ·  view source on GitHub ↗

* xmlXPathInit: * * DEPRECATED: Alias for xmlInitParser. */

Source from the content-addressed store, hash-verified

152 * DEPRECATED: Alias for xmlInitParser.
153 */
154void
155xmlXPathInit(void) {
156 xmlInitParser();
157}
158
159/**
160 * xmlInitXPathInternal:

Callers

nothing calls this directly

Calls 1

xmlInitParserFunction · 0.85

Tested by

no test coverage detected