Home
last modified time | relevance | path

Searched refs:XPATH_LOCATIONSET (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/
Dxpointer.c772 ret->type = XPATH_LOCATIONSET; in xmlXPtrNewLocationSetNodes()
799 ret->type = XPATH_LOCATIONSET; in xmlXPtrNewLocationSetNodeSet()
835 ret->type = XPATH_LOCATIONSET; in xmlXPtrWrapLocationSet()
1128 case XPATH_LOCATIONSET: { in xmlXPtrEvalFullXPtr()
1357 (ctxt->value->type != XPATH_LOCATIONSET)) { in xmlXPtrEval()
1631 case XPATH_LOCATIONSET: { in xmlXPtrBuildNodeList()
1772 ((ctxt->value->type != XPATH_LOCATIONSET) && in xmlXPtrStartPointFunction()
1868 ((ctxt->value->type != XPATH_LOCATIONSET) && in xmlXPtrEndPointFunction()
2020 ((ctxt->value->type != XPATH_LOCATIONSET) && in xmlXPtrRangeFunction()
2174 ((ctxt->value->type != XPATH_LOCATIONSET) && in xmlXPtrRangeInsideFunction()
[all …]
DdebugXML.c1861 case XPATH_LOCATIONSET: in xmlShellPrintXPathError()
3019 case XPATH_LOCATIONSET: in xmlShell()
3136 case XPATH_LOCATIONSET: in xmlShell()
3213 case XPATH_LOCATIONSET: in xmlShell()
3298 case XPATH_LOCATIONSET: in xmlShell()
3376 case XPATH_LOCATIONSET: in xmlShell()
Dxpath.c1491 case XPATH_LOCATIONSET: in xmlXPathDebugDumpObject()
1863 case XPATH_LOCATIONSET: in xmlXPathDebugObjUsageRequested()
1942 case XPATH_LOCATIONSET: in xmlXPathDebugObjUsageRequested()
2017 case XPATH_LOCATIONSET: in xmlXPathDebugObjUsageReleased()
2054 case XPATH_LOCATIONSET: in xmlXPathDebugObjUsageReleased()
2711 case XPATH_LOCATIONSET: in xmlXPathCacheConvertString()
5435 case XPATH_LOCATIONSET: in xmlXPathObjectCopy()
5480 } else if (obj->type == XPATH_LOCATIONSET) { in xmlXPathFreeObject()
5570 case XPATH_LOCATIONSET: in xmlXPathReleaseObject()
5774 case XPATH_LOCATIONSET: in xmlXPathCastToString()
[all …]
Dxinclude.c1224 case XPATH_LOCATIONSET: { in xmlXIncludeCopyXPointer()
1623 case XPATH_LOCATIONSET: in xmlXIncludeLoadDoc()
Dschematron.c1638 case XPATH_LOCATIONSET: in xmlSchematronRunTest()
/third_party/libxml2/include/libxml/
Dxpath.h109 XPATH_LOCATIONSET = 7, enumerator
/third_party/libxml2/python/
Dtypes.c676 case XPATH_LOCATIONSET: in libxml_xmlXPathObjectPtrWrap()
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle123 d XPATH_LOCATIONSET...
/third_party/chromium/patch/
D0001-cve.patch82574 - XPATH_LOCATIONSET in RANGETO code, also added code to
122426 XPATH_LOCATIONSET = 7,
122436 +#define XPATH_LOCATIONSET 7
135314 case XPATH_LOCATIONSET:
135343 case XPATH_LOCATIONSET:
135375 case XPATH_LOCATIONSET:
135391 case XPATH_LOCATIONSET:
135405 case XPATH_LOCATIONSET:
135426 case XPATH_LOCATIONSET:
135437 } else if (obj->type == XPATH_LOCATIONSET) {
[all …]