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

Function xmlInitMemory

ThirdParty/libxml2/vtklibxml2/xmlmemory.c:401–405  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

399 * Returns 0.
400 */
401int
402xmlInitMemory(void) {
403 xmlInitParser();
404 return(0);
405}
406
407/**
408 * xmlInitMemoryInternal:

Callers

nothing calls this directly

Calls 1

xmlInitParserFunction · 0.85

Tested by

no test coverage detected