Lines Matching refs:XPATH_XSLT_TREE

1424 	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()
5472 obj->type = XPATH_XSLT_TREE; /* TODO: Just for debugging. */ in xmlXPathFreeObject()
5525 case XPATH_XSLT_TREE: in xmlXPathReleaseObject()
5533 obj->type = XPATH_XSLT_TREE; /* just for debugging */ in xmlXPathReleaseObject()
5759 case XPATH_XSLT_TREE: in xmlXPathCastToString()
5805 case XPATH_XSLT_TREE: in xmlXPathConvertString()
5924 case XPATH_XSLT_TREE: in xmlXPathCastToNumber()
6036 case XPATH_XSLT_TREE: in xmlXPathCastToBoolean()
6471 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetFloat()
6526 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetString()
6590 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6595 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6679 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathCompareNodeSetValue()
6686 case XPATH_XSLT_TREE: in xmlXPathCompareNodeSetValue()
6730 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetString()
6790 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetFloat()
6853 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6856 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6994 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7051 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7112 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7123 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7167 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathEqualValues()
7168 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7172 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7185 case XPATH_XSLT_TREE: in xmlXPathEqualValues()
7252 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathNotEqualValues()
7253 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7257 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7270 case XPATH_XSLT_TREE: in xmlXPathNotEqualValues()
7341 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathCompareValues()
7342 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
7348 if (((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE)) && in xmlXPathCompareValues()
7349 ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE))){ in xmlXPathCompareValues()
7352 if ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
8536 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathCountFunction()
8633 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathIdFunction()
8692 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathLocalNameFunction()
8750 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNamespaceURIFunction()
8810 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNameFunction()
9568 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathSumFunction()
13990 case XPATH_XSLT_TREE: in xmlXPathEvalPredicate()
14034 case XPATH_XSLT_TREE: in xmlXPathEvaluatePredicateResult()