Home
last modified time | relevance | path

Searched refs:xmlXPathFreeCompExpr (Results 1 – 11 of 11) sorted by relevance

/external/libxslt/libxslt/
Dpreproc.c397 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
413 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
419 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
432 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
440 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
447 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
456 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
463 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
470 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
477 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp()
[all …]
Dattrvt.c105 xmlXPathFreeCompExpr((xmlXPathCompExprPtr) avt->segments[i]); in xsltFreeAttrVT()
108 xmlXPathFreeCompExpr((xmlXPathCompExprPtr) avt->segments[i]); in xsltFreeAttrVT()
Dkeys.c84 xmlXPathFreeCompExpr(keyd->comp); in xsltFreeKeyDef()
86 xmlXPathFreeCompExpr(keyd->usecomp); in xsltFreeKeyDef()
Dvariables.c914 xmlXPathFreeCompExpr(xpExpr); in xsltEvalVariable()
1134 xmlXPathFreeCompExpr(xpExpr); in xsltEvalGlobalVariable()
1542 xmlXPathFreeCompExpr(xpExpr); in xsltProcessUserParamInternal()
Dtemplates.c313 xmlXPathFreeCompExpr(comp); in xsltAttrTemplateValueProcessNode()
Dpattern.c195 xmlXPathFreeCompExpr(op->comp); in xsltFreeCompMatch()
Dtransform.c3278 xmlXPathFreeCompExpr(cmp); in xsltDocumentElem()
/external/libxml2/include/libxml/
Dxpath.h534 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
/external/libxml2/
Dschematron.c368 xmlXPathFreeCompExpr(tests->comp); in xmlSchematronFreeTests()
Delfgcchack.h16058 #undef xmlXPathFreeCompExpr
16059 extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr __attribute((alias("xmlXPathFreeCompExp…
16061 #ifndef xmlXPathFreeCompExpr
16062 extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr__internal_alias __attribute((visibility…
16063 #define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias macro
Dxpath.c654 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) in xmlXPathFreeCompExpr() function
6227 xmlXPathFreeCompExpr(ctxt->comp); in xmlXPathFreeParserContext()
14908 xmlXPathFreeCompExpr(ctxt->comp); in xmlXPathEvalExpr()