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

Function xmlFileOpen

ThirdParty/libxml2/vtklibxml2/xmlIO.c:742–748  ·  view source on GitHub ↗

* xmlFileOpen: * @filename: the URI for matching * * DEPRECATED: Internal function, don't use. * * Returns an IO context or NULL in case or failure */

Source from the content-addressed store, hash-verified

740 * Returns an IO context or NULL in case or failure
741 */
742void *
743xmlFileOpen(const char *filename) {
744 void *context;
745
746 xmlFileOpenSafe(filename, 0, &context);
747 return(context);
748}
749
750/**
751 * xmlFileRead:

Callers

nothing calls this directly

Calls 1

xmlFileOpenSafeFunction · 0.85

Tested by

no test coverage detected