Lines Matching refs:XPATH_XSLT_TREE

1025 	case XPATH_XSLT_TREE:  in xmlXPathDebugDumpObject()
1465 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1556 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1619 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
1656 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2288 case XPATH_XSLT_TREE: in xmlXPathCacheConvertString()
4261 ret->type = XPATH_XSLT_TREE; in xmlXPathNewValueTree()
4266 xmlXPathDebugObjUsageRequested(NULL, XPATH_XSLT_TREE); in xmlXPathNewValueTree()
5298 case XPATH_XSLT_TREE: in xmlXPathObjectCopy()
5365 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathFreeObject()
5373 obj->type = XPATH_XSLT_TREE; /* TODO: Just for debugging. */ in xmlXPathFreeObject()
5421 case XPATH_XSLT_TREE: in xmlXPathReleaseObject()
5429 obj->type = XPATH_XSLT_TREE; /* just for debugging */ in xmlXPathReleaseObject()
5654 case XPATH_XSLT_TREE: in xmlXPathCastToString()
5700 case XPATH_XSLT_TREE: in xmlXPathConvertString()
5819 case XPATH_XSLT_TREE: in xmlXPathCastToNumber()
5931 case XPATH_XSLT_TREE: in xmlXPathCastToBoolean()
6361 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetFloat()
6416 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetString()
6480 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6485 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6568 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathCompareNodeSetValue()
6575 case XPATH_XSLT_TREE: in xmlXPathCompareNodeSetValue()
6613 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetString()
6673 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetFloat()
6736 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6739 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6873 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
6930 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
6991 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7002 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7046 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathEqualValues()
7047 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7051 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7064 case XPATH_XSLT_TREE: in xmlXPathEqualValues()
7131 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathNotEqualValues()
7132 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7136 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7149 case XPATH_XSLT_TREE: in xmlXPathNotEqualValues()
7220 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathCompareValues()
7221 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
7227 if (((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE)) && in xmlXPathCompareValues()
7228 ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE))){ in xmlXPathCompareValues()
7231 if ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
8416 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathCountFunction()
8422 else if ((cur->type == XPATH_NODESET) || (cur->type == XPATH_XSLT_TREE)) { in xmlXPathCountFunction()
8531 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathIdFunction()
8592 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathLocalNameFunction()
8650 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNamespaceURIFunction()
8710 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNameFunction()
9492 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathSumFunction()
14418 case XPATH_XSLT_TREE: in xmlXPathEvalPredicate()
14462 case XPATH_XSLT_TREE: in xmlXPathEvaluatePredicateResult()