• Home
  • Raw
  • Download

Lines Matching refs:XML_NAMESPACE_DECL

237 	case XML_NAMESPACE_DECL:  in xmlXPathCmpNodesExt()
285 case XML_NAMESPACE_DECL: in xmlXPathCmpNodesExt()
553 XML_NAMESPACE_DECL,
2399 (val->type == XML_NAMESPACE_DECL)) in xmlXPathCacheNewNodeSet()
3316 if ((node1->type == XML_NAMESPACE_DECL) || in xmlXPathCmpNodes()
3317 (node2->type == XML_NAMESPACE_DECL)) in xmlXPathCmpNodes()
3475 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3477 if ((node == NULL) || (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3489 cur->type = XML_NAMESPACE_DECL; in xmlXPathNodeSetDupNs()
3508 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetFreeNs()
3511 if ((ns->next != NULL) && (ns->next->type != XML_NAMESPACE_DECL)) { in xmlXPathNodeSetFreeNs()
3549 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetCreate()
3605 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetContains()
3607 if (cur->nodeTab[i]->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetContains()
3644 (ns->type != XML_NAMESPACE_DECL) || in xmlXPathNodeSetAddNs()
3654 (cur->nodeTab[i]->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetAddNs()
3744 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetAdd()
3798 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetAddUnique()
3871 } else if ((n1->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetMerge()
3872 (n2->type == XML_NAMESPACE_DECL)) { in xmlXPathNodeSetMerge()
3914 if (n2->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetMerge()
3980 } else if ((n1->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetMergeAndClear()
3981 (n2->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetMergeAndClear()
4143 (cur->nodeTab[i]->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetDel()
4163 (cur->nodeTab[val]->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetRemove()
4186 (obj->nodeTab[i]->type == XML_NAMESPACE_DECL)) in xmlXPathFreeNodeSet()
4214 (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetClearFromPos()
4254 (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetKeepLast()
4277 if (obj->nodeTab[i]->type == XML_NAMESPACE_DECL) { in xmlXPathFreeValueTree()
5641 (node->type == XML_NAMESPACE_DECL)) in xmlXPathReleaseObject()
5648 (tmpset->nodeTab[0]->type == XML_NAMESPACE_DECL)) in xmlXPathReleaseObject()
6380 case XML_NAMESPACE_DECL: in xmlXPathNodeValHash()
7687 case XML_NAMESPACE_DECL: in xmlXPathNextChild()
7871 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextDescendant()
7879 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextDescendant()
7938 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextDescendantOrSelf()
8000 case XML_NAMESPACE_DECL: { in xmlXPathNextParent()
8004 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextParent()
8073 case XML_NAMESPACE_DECL: { in xmlXPathNextAncestor()
8077 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextAncestor()
8117 case XML_NAMESPACE_DECL: { in xmlXPathNextAncestor()
8121 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextAncestor()
8174 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextFollowingSibling()
8199 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextPrecedingSibling()
8230 (cur->type != XML_NAMESPACE_DECL) && (cur->children != NULL)) in xmlXPathNextFollowing()
8237 } else if (cur->type == XML_NAMESPACE_DECL) { in xmlXPathNextFollowing()
8241 (ns->next->type == XML_NAMESPACE_DECL)) in xmlXPathNextFollowing()
8269 if (node->type == XML_NAMESPACE_DECL) in xmlXPathIsAncestor()
8271 if (ancestor->type == XML_NAMESPACE_DECL) in xmlXPathIsAncestor()
8307 } else if (cur->type == XML_NAMESPACE_DECL) { in xmlXPathNextPreceding()
8311 (ns->next->type == XML_NAMESPACE_DECL)) in xmlXPathNextPreceding()
8316 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) in xmlXPathNextPreceding()
8361 } else if (cur->type == XML_NAMESPACE_DECL) { in xmlXPathNextPrecedingInternal()
8365 (ns->next->type == XML_NAMESPACE_DECL)) in xmlXPathNextPrecedingInternal()
8371 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextPrecedingInternal()
8580 if ((tmp != NULL) && (tmp->type != XML_NAMESPACE_DECL)) { in xmlXPathCountFunction()
8757 case XML_NAMESPACE_DECL: in xmlXPathLocalNameFunction()
11722 if ((contextNode->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalPredicate()
11757 if (contextNode->type == XML_NAMESPACE_DECL) in xmlXPathCompOpEvalPredicate()
11874 if ((contextNode->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalPositionalPredicate()
11924 if (contextNode->type == XML_NAMESPACE_DECL) { in xmlXPathCompOpEvalPositionalPredicate()
11948 if (contextNode->type == XML_NAMESPACE_DECL) in xmlXPathCompOpEvalPositionalPredicate()
12377 case XML_NAMESPACE_DECL: { in xmlXPathNodeCollectAndTest()
12390 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12421 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12448 if (cur->type != XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12492 case XML_NAMESPACE_DECL: in xmlXPathNodeCollectAndTest()
12493 if (cur->type == XML_NAMESPACE_DECL) { in xmlXPathNodeCollectAndTest()
13179 if ((oldset->nodeTab[i]->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalFilterFirst()
13882 if ((oldset->nodeTab[i]->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEval()
14330 case XML_NAMESPACE_DECL: in xmlXPathRunStreamEval()
14405 if (cur->type == XML_NAMESPACE_DECL) break; in xmlXPathRunStreamEval()