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

Function xmlFreePattern

ThirdParty/libxml2/vtklibxml2/pattern.c:227–230  ·  view source on GitHub ↗

* xmlFreePattern: * @comp: an XSLT comp * * Free up the memory allocated by @comp */

Source from the content-addressed store, hash-verified

225 * Free up the memory allocated by @comp
226 */
227void
228xmlFreePattern(xmlPatternPtr comp) {
229 xmlFreePatternList(comp);
230}
231
232static void
233xmlFreePatternInternal(xmlPatternPtr comp) {

Callers 9

walkDocFunction · 0.85
xmllint.cFile · 0.85
xmlXPathTryStreamCompileFunction · 0.85
xmlFreeTextReaderFunction · 0.85
xmlTextReaderSetupFunction · 0.85
xmlSchematronFreeRulesFunction · 0.85
xmlSchemaFreeIDCFunction · 0.85
xmlPatternCompileSafeFunction · 0.85
patternTestFunction · 0.85

Calls 1

xmlFreePatternListFunction · 0.85

Tested by 1

patternTestFunction · 0.68