Home
last modified time | relevance | path

Searched refs:xmlXPathCompExprPtr (Results 1 – 12 of 12) sorted by relevance

/third_party/libxml2/include/libxml/
Dxpath.h369 typedef xmlXPathCompExpr *xmlXPathCompExprPtr; typedef
389 xmlXPathCompExprPtr comp; /* the precompiled expression */
537 XMLPUBFUN xmlXPathCompExprPtr XMLCALL
539 XMLPUBFUN xmlXPathCompExprPtr XMLCALL
543 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
546 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
549 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
DxpathInternals.h368 xmlXPathCompExprPtr comp,
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle387 d xmlXPathCompExprPtr...
409 d comp like(xmlXPathCompExprPtr) Precompiled expr.
609 d like(xmlXPathCompExprPtr)
614 d like(xmlXPathCompExprPtr)
621 d comp value like(xmlXPathCompExprPtr)
628 d comp value like(xmlXPathCompExprPtr)
633 d comp value like(xmlXPathCompExprPtr)
DxpathInternals.rpgle95 d comp value like(xmlXPathCompExprPtr)
/third_party/libxml2/
DtestXPath.c95 xmlXPathCompExprPtr comp; in testXPath()
Dxpath.c1014 static xmlXPathCompExprPtr
1016 xmlXPathCompExprPtr cur; in xmlXPathNewCompExpr()
1018 cur = (xmlXPathCompExprPtr) xmlMalloc(sizeof(xmlXPathCompExpr)); in xmlXPathNewCompExpr()
1048 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) in xmlXPathFreeCompExpr()
1117 xmlXPathCompExprPtr comp = ctxt->comp; in xmlXPathCompExprAdd()
1505 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, in xmlXPathDebugDumpStepOp()
1688 xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, in xmlXPathDebugDumpCompExpr()
6241 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) { in xmlXPathCompParserContext()
11883 xmlXPathCompExprPtr comp = ctxt->comp; in xmlXPathCompOpEvalPredicate()
12602 xmlXPathCompExprPtr comp; in xmlXPathCompOpEvalFirst()
[all …]
Drunsuite.c241 xmlXPathCompExprPtr comp; in getNext()
269 xmlXPathCompExprPtr comp; in getString()
Dschematron.c90 xmlXPathCompExprPtr comp; /* the compiled expression */
313 xmlXPathCompExprPtr comp; in xmlSchematronAddTest()
Druntest.c2441 xmlXPathCompExprPtr comp; in testXPath()
Dtestapi.c46585 static xmlXPathCompExprPtr gen_xmlXPathCompExprPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED… in gen_xmlXPathCompExprPtr()
46588 static void des_xmlXPathCompExprPtr(int no ATTRIBUTE_UNUSED, xmlXPathCompExprPtr val ATTRIBUTE_UNUS… in des_xmlXPathCompExprPtr()
46610 xmlXPathCompExprPtr comp; /* the compiled XPath expression */ in test_xmlXPathCompiledEval()
46651 xmlXPathCompExprPtr comp; /* the compiled XPath expression */ in test_xmlXPathCompiledEvalToBoolean()
47685 xmlXPathCompExprPtr comp; /* the precompiled XPath expression */ in test_xmlXPathDebugDumpCompExpr()
/third_party/libxml2/doc/html/
Dindex.sgml121 <ANCHOR id="xmlXPathCompExprPtr" href="libxml/libxml-xpath.html#xmlXPathCompExprPtr">
/third_party/chromium/patch/
D0001-cve.patch122444 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
129433 - xmlXPathCompExprPtr comp;
131605 -static xmlXPathCompExprPtr gen_xmlXPathCompExprPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSE…
131608 -static void des_xmlXPathCompExprPtr(int no ATTRIBUTE_UNUSED, xmlXPathCompExprPtr val ATTRIBUTE_UNU…
135325 @@ -1662,7 +1652,7 @@ xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp,