Lines Matching refs:XPATH_XSLT_TREE

1416 	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()
5529 obj->type = XPATH_XSLT_TREE; /* TODO: Just for debugging. */ in xmlXPathFreeObject()
5582 case XPATH_XSLT_TREE: in xmlXPathReleaseObject()
5590 obj->type = XPATH_XSLT_TREE; /* just for debugging */ in xmlXPathReleaseObject()
5816 case XPATH_XSLT_TREE: in xmlXPathCastToString()
5862 case XPATH_XSLT_TREE: in xmlXPathConvertString()
5981 case XPATH_XSLT_TREE: in xmlXPathCastToNumber()
6093 case XPATH_XSLT_TREE: in xmlXPathCastToBoolean()
6528 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetFloat()
6583 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetString()
6647 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6652 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6735 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathCompareNodeSetValue()
6742 case XPATH_XSLT_TREE: in xmlXPathCompareNodeSetValue()
6786 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetString()
6846 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetFloat()
6909 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6912 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
7046 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7103 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7164 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7175 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7219 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathEqualValues()
7220 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7224 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7237 case XPATH_XSLT_TREE: in xmlXPathEqualValues()
7304 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathNotEqualValues()
7305 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7309 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7322 case XPATH_XSLT_TREE: in xmlXPathNotEqualValues()
7393 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathCompareValues()
7394 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
7400 if (((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE)) && in xmlXPathCompareValues()
7401 ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE))){ in xmlXPathCompareValues()
7404 if ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
8587 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathCountFunction()
8593 else if ((cur->type == XPATH_NODESET) || (cur->type == XPATH_XSLT_TREE)) { in xmlXPathCountFunction()
8702 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathIdFunction()
8763 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathLocalNameFunction()
8821 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNamespaceURIFunction()
8881 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNameFunction()
9665 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathSumFunction()
14436 case XPATH_XSLT_TREE: in xmlXPathEvalPredicate()
14480 case XPATH_XSLT_TREE: in xmlXPathEvaluatePredicateResult()