Lines Matching refs:XPATH_XSLT_TREE
1388 case XPATH_XSLT_TREE: in xmlXPathDebugDumpObject()
1834 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1925 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()
1988 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2025 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()
2662 case XPATH_XSLT_TREE: in xmlXPathCacheConvertString()
4376 ret->type = XPATH_XSLT_TREE; in xmlXPathNewValueTree()
4381 xmlXPathDebugObjUsageRequested(NULL, XPATH_XSLT_TREE); in xmlXPathNewValueTree()
5426 case XPATH_XSLT_TREE: in xmlXPathObjectCopy()
5493 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathFreeObject()
5501 obj->type = XPATH_XSLT_TREE; /* TODO: Just for debugging. */ in xmlXPathFreeObject()
5554 case XPATH_XSLT_TREE: in xmlXPathReleaseObject()
5562 obj->type = XPATH_XSLT_TREE; /* just for debugging */ in xmlXPathReleaseObject()
5788 case XPATH_XSLT_TREE: in xmlXPathCastToString()
5834 case XPATH_XSLT_TREE: in xmlXPathConvertString()
5953 case XPATH_XSLT_TREE: in xmlXPathCastToNumber()
6065 case XPATH_XSLT_TREE: in xmlXPathCastToBoolean()
6500 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetFloat()
6555 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSetString()
6619 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6624 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6707 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathCompareNodeSetValue()
6714 case XPATH_XSLT_TREE: in xmlXPathCompareNodeSetValue()
6758 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetString()
6818 ((arg->type != XPATH_NODESET) && (arg->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSetFloat()
6881 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
6884 ((arg2->type != XPATH_NODESET) && (arg2->type != XPATH_XSLT_TREE))) in xmlXPathEqualNodeSets()
7018 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7075 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7136 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7147 case XPATH_XSLT_TREE: in xmlXPathEqualValuesCommon()
7191 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathEqualValues()
7192 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7196 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathEqualValues()
7209 case XPATH_XSLT_TREE: in xmlXPathEqualValues()
7276 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathNotEqualValues()
7277 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7281 if ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE)) { in xmlXPathNotEqualValues()
7294 case XPATH_XSLT_TREE: in xmlXPathNotEqualValues()
7365 if ((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE) || in xmlXPathCompareValues()
7366 (arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
7372 if (((arg2->type == XPATH_NODESET) || (arg2->type == XPATH_XSLT_TREE)) && in xmlXPathCompareValues()
7373 ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE))){ in xmlXPathCompareValues()
7376 if ((arg1->type == XPATH_NODESET) || (arg1->type == XPATH_XSLT_TREE)) { in xmlXPathCompareValues()
8559 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathCountFunction()
8565 else if ((cur->type == XPATH_NODESET) || (cur->type == XPATH_XSLT_TREE)) { in xmlXPathCountFunction()
8674 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathIdFunction()
8735 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathLocalNameFunction()
8793 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNamespaceURIFunction()
8853 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathNameFunction()
9637 (ctxt->value->type != XPATH_XSLT_TREE))) in xmlXPathSumFunction()
14408 case XPATH_XSLT_TREE: in xmlXPathEvalPredicate()
14452 case XPATH_XSLT_TREE: in xmlXPathEvaluatePredicateResult()