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

Function xmlXPtrLocationSetMerge

ThirdParty/libxml2/vtklibxml2/legacy.c:1700–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2);
1699
1700xmlLocationSetPtr
1701xmlXPtrLocationSetMerge(xmlLocationSetPtr val1 ATTRIBUTE_UNUSED,
1702 xmlLocationSetPtr val2 ATTRIBUTE_UNUSED) {
1703 return(NULL);
1704}
1705
1706XMLPUBFUN void
1707xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val);

Callers 1

xmlXPathObjectCopyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected