• Home
  • Raw
  • Download

Lines Matching refs:XML_NAMESPACE_DECL

230 	case XML_NAMESPACE_DECL:  in xmlXPathCmpNodesExt()
278 case XML_NAMESPACE_DECL: in xmlXPathCmpNodesExt()
564 XML_NAMESPACE_DECL,
2400 (val->type == XML_NAMESPACE_DECL)) in xmlXPathCacheNewNodeSet()
3315 if ((node1->type == XML_NAMESPACE_DECL) || in xmlXPathCmpNodes()
3316 (node2->type == XML_NAMESPACE_DECL)) in xmlXPathCmpNodes()
3474 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3476 if ((node == NULL) || (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3488 cur->type = XML_NAMESPACE_DECL; in xmlXPathNodeSetDupNs()
3507 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetFreeNs()
3510 if ((ns->next != NULL) && (ns->next->type != XML_NAMESPACE_DECL)) { in xmlXPathNodeSetFreeNs()
3548 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetCreate()
3604 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetContains()
3606 if (cur->nodeTab[i]->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetContains()
3643 (ns->type != XML_NAMESPACE_DECL) || in xmlXPathNodeSetAddNs()
3653 (cur->nodeTab[i]->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetAddNs()
3743 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetAdd()
3797 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetAddUnique()
3870 } else if ((n1->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetMerge()
3871 (n2->type == XML_NAMESPACE_DECL)) { in xmlXPathNodeSetMerge()
3913 if (n2->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetMerge()
3979 } else if ((n1->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetMergeAndClear()
3980 (n2->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetMergeAndClear()
4024 if (n2->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetMergeAndClear()
4148 (cur->nodeTab[i]->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetDel()
4168 (cur->nodeTab[val]->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetRemove()
4191 (obj->nodeTab[i]->type == XML_NAMESPACE_DECL)) in xmlXPathFreeNodeSet()
4218 (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetClear()
4246 (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetClearFromPos()
4269 if (obj->nodeTab[i]->type == XML_NAMESPACE_DECL) { in xmlXPathFreeValueTree()
5625 (node->type == XML_NAMESPACE_DECL)) in xmlXPathReleaseObject()
5632 (tmpset->nodeTab[0]->type == XML_NAMESPACE_DECL)) in xmlXPathReleaseObject()
6355 case XML_NAMESPACE_DECL: in xmlXPathNodeValHash()
6380 case XML_NAMESPACE_DECL: in xmlXPathNodeValHash()
7691 case XML_NAMESPACE_DECL: in xmlXPathNextChild()
7875 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextDescendant()
7883 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextDescendant()
7940 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextDescendantOrSelf()
8004 case XML_NAMESPACE_DECL: { in xmlXPathNextParent()
8008 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextParent()
8077 case XML_NAMESPACE_DECL: { in xmlXPathNextAncestor()
8081 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextAncestor()
8121 case XML_NAMESPACE_DECL: { in xmlXPathNextAncestor()
8125 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextAncestor()
8178 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextFollowingSibling()
8203 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextPrecedingSibling()
8234 (cur->type != XML_NAMESPACE_DECL) && (cur->children != NULL)) in xmlXPathNextFollowing()
8239 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextFollowing()
8267 if (node->type == XML_NAMESPACE_DECL) in xmlXPathIsAncestor()
8269 if (ancestor->type == XML_NAMESPACE_DECL) in xmlXPathIsAncestor()
8303 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextPreceding()
8308 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL)) in xmlXPathNextPreceding()
8351 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextPrecedingInternal()
8355 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextPrecedingInternal()
8564 if ((tmp != NULL) && (tmp->type != XML_NAMESPACE_DECL)) { in xmlXPathCountFunction()
8741 case XML_NAMESPACE_DECL: in xmlXPathLocalNameFunction()
11743 if ((contextNode->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalPredicate()
11778 if (contextNode->type == XML_NAMESPACE_DECL) in xmlXPathCompOpEvalPredicate()
11895 if ((contextNode->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalPositionalPredicate()
11945 if (contextNode->type == XML_NAMESPACE_DECL) { in xmlXPathCompOpEvalPositionalPredicate()
11969 if (contextNode->type == XML_NAMESPACE_DECL) in xmlXPathCompOpEvalPositionalPredicate()
12400 case XML_NAMESPACE_DECL: in xmlXPathNodeCollectAndTest()
12407 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12438 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12465 if (cur->type != XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12509 case XML_NAMESPACE_DECL: in xmlXPathNodeCollectAndTest()
12510 if (cur->type == XML_NAMESPACE_DECL) { in xmlXPathNodeCollectAndTest()
13186 if ((oldset->nodeTab[i]->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalFilterFirst()
13895 if ((oldset->nodeTab[i]->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEval()
14338 case XML_NAMESPACE_DECL: in xmlXPathRunStreamEval()
14413 if (cur->type == XML_NAMESPACE_DECL) break; in xmlXPathRunStreamEval()