Home
last modified time | relevance | path

Searched refs:XPATH_XSLT_TREE (Results 1 – 15 of 15) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.c1416 case XPATH_XSLT_TREE: in xmlXPathDebugDumpObject()
1862 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1953 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
2016 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2053 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2690 case XPATH_XSLT_TREE: in xmlXPathCacheConvertString()
4404 ret->type = XPATH_XSLT_TREE; in xmlXPathNewValueTree()
4409 xmlXPathDebugObjUsageRequested(NULL, XPATH_XSLT_TREE); in xmlXPathNewValueTree()
5454 case XPATH_XSLT_TREE: in xmlXPathObjectCopy()
5521 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathFreeObject()
[all …]
Dxpath.in.h138 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */ enumerator
DdebugXML.c1898 case XPATH_XSLT_TREE: in xmlShellPrintXPathError()
3062 case XPATH_XSLT_TREE: in xmlShell()
3179 case XPATH_XSLT_TREE: in xmlShell()
3256 case XPATH_XSLT_TREE: in xmlShell()
3341 case XPATH_XSLT_TREE: in xmlShell()
3419 case XPATH_XSLT_TREE: in xmlShell()
DxpathInternals.in.h239 || ((ctxt)->value->type == XPATH_XSLT_TREE)))
Dschematron.c1645 case XPATH_XSLT_TREE: in xmlSchematronRunTest()
Dxinclude.c1631 case XPATH_XSLT_TREE: in xmlXIncludeLoadDoc()
/third_party/libxml2/
Dxpath.c1424 case XPATH_XSLT_TREE: in xmlXPathDebugDumpObject()
1869 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1960 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
2023 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2060 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2697 case XPATH_XSLT_TREE: in xmlXPathCacheConvertString()
4339 ret->type = XPATH_XSLT_TREE; in xmlXPathNewValueTree()
4344 xmlXPathDebugObjUsageRequested(NULL, XPATH_XSLT_TREE); in xmlXPathNewValueTree()
5396 case XPATH_XSLT_TREE: in xmlXPathObjectCopy()
5464 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathFreeObject()
[all …]
DdebugXML.c1869 case XPATH_XSLT_TREE: in xmlShellPrintXPathError()
3027 case XPATH_XSLT_TREE: in xmlShell()
3144 case XPATH_XSLT_TREE: in xmlShell()
3221 case XPATH_XSLT_TREE: in xmlShell()
3306 case XPATH_XSLT_TREE: in xmlShell()
3384 case XPATH_XSLT_TREE: in xmlShell()
Dschematron.c1616 case XPATH_XSLT_TREE: in xmlSchematronRunTest()
Dxinclude.c1602 case XPATH_XSLT_TREE: in xmlXIncludeLoadDoc()
/third_party/libxml2/include/libxml/
Dxpath.h111 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */ enumerator
DxpathInternals.h210 || ((ctxt)->value->type == XPATH_XSLT_TREE)))
/third_party/libxml2/python/
Dtypes.c547 case XPATH_XSLT_TREE: { in libxml_xmlXPathObjectPtrWrap()
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle126 d XPATH_XSLT_TREE... R/O XSLT value tree
/third_party/chromium/patch/
D0001-cve.patch92049 - * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
92144 - * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
122429 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */
138535 - case XPATH_XSLT_TREE: