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

Function xmlFileMatch

ThirdParty/libxml2/vtklibxml2/xmlIO.c:667–670  ·  view source on GitHub ↗

* xmlFileMatch: * @filename: the URI for matching * * DEPRECATED: Internal function, don't use. * * Returns 1 if matches, 0 otherwise */

Source from the content-addressed store, hash-verified

665 * Returns 1 if matches, 0 otherwise
666 */
667int
668xmlFileMatch (const char *filename ATTRIBUTE_UNUSED) {
669 return(1);
670}
671
672/**
673 * xmlFileOpenSafe:

Callers 1

xmlInputDefaultOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected