Lines Matching refs:XPATH_XSLT_TREE

1397 	case XPATH_XSLT_TREE:  in xmlXPathDebugDumpObject()
1837 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1928 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1991 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2028 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2665 case XPATH_XSLT_TREE: in xmlXPathCacheConvertString()
4370 ret->type = XPATH_XSLT_TREE; in xmlXPathNewValueTree()
4375 xmlXPathDebugObjUsageRequested(NULL, XPATH_XSLT_TREE); in xmlXPathNewValueTree()
5417 case XPATH_XSLT_TREE: in xmlXPathObjectCopy()
5484 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathFreeObject()
5492 obj->type = XPATH_XSLT_TREE; /* TODO: Just for debugging. */ in xmlXPathFreeObject()
5540 case XPATH_XSLT_TREE: in xmlXPathReleaseObject()
5548 obj->type = XPATH_XSLT_TREE; /* just for debugging */ in xmlXPathReleaseObject()
5773 case XPATH_XSLT_TREE: in xmlXPathCastToString()
5819 case XPATH_XSLT_TREE: in xmlXPathConvertString()
5938 case XPATH_XSLT_TREE: in xmlXPathCastToNumber()
6050 case XPATH_XSLT_TREE: in xmlXPathCastToBoolean()
6481 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetFloat()
6536 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetString()
6600 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6605 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6688 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathCompareNodeSetValue()
6695 case XPATH_XSLT_TREE: in xmlXPathCompareNodeSetValue()
6733 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetString()
6793 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetFloat()
6856 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6859 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6993 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7050 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7111 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7122 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7166 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathEqualValues()
7167 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7171 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7184 case XPATH_XSLT_TREE: in xmlXPathEqualValues()
7251 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathNotEqualValues()
7252 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7256 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7269 case XPATH_XSLT_TREE: in xmlXPathNotEqualValues()
7340 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathCompareValues()
7341 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
7347 if (((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE)) && in xmlXPathCompareValues()
7348 ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE))){ in xmlXPathCompareValues()
7351 if ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
8546 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathCountFunction()
8552 else if ((cur->type == XPATH_NODESET) || (cur->type == XPATH_XSLT_TREE)) { in xmlXPathCountFunction()
8661 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathIdFunction()
8722 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathLocalNameFunction()
8780 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNamespaceURIFunction()
8840 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNameFunction()
9624 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathSumFunction()
14609 case XPATH_XSLT_TREE: in xmlXPathEvalPredicate()
14653 case XPATH_XSLT_TREE: in xmlXPathEvaluatePredicateResult()