• Home
  • Raw
  • Download

Lines Matching refs:XML_NAMESPACE_DECL

198     XML_NAMESPACE_DECL,
2028 (val->type == XML_NAMESPACE_DECL)) in xmlXPathCacheNewNodeSet()
2884 if ((node1->type == XML_NAMESPACE_DECL) || in xmlXPathCmpNodes()
2885 (node2->type == XML_NAMESPACE_DECL)) in xmlXPathCmpNodes()
3071 case XML_NAMESPACE_DECL: in xmlXPathCmpNodesExt()
3119 case XML_NAMESPACE_DECL: in xmlXPathCmpNodesExt()
3326 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3328 if ((node == NULL) || (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetDupNs()
3340 cur->type = XML_NAMESPACE_DECL; in xmlXPathNodeSetDupNs()
3359 if ((ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) in xmlXPathNodeSetFreeNs()
3362 if ((ns->next != NULL) && (ns->next->type != XML_NAMESPACE_DECL)) { in xmlXPathNodeSetFreeNs()
3400 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetCreate()
3456 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetContains()
3458 if (cur->nodeTab[i]->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetContains()
3493 (ns->type != XML_NAMESPACE_DECL) || in xmlXPathNodeSetAddNs()
3503 (cur->nodeTab[i]->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetAddNs()
3587 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetAdd()
3639 if (val->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetAddUnique()
3711 } else if ((n1->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetMerge()
3712 (n2->type == XML_NAMESPACE_DECL)) { in xmlXPathNodeSetMerge()
3750 if (n2->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetMerge()
3812 if (val2->nodeTab[i]->type == XML_NAMESPACE_DECL) {
3878 } else if ((n1->type == XML_NAMESPACE_DECL) && in xmlXPathNodeSetMergeAndClear()
3879 (n2->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetMergeAndClear()
3919 if (n2->type == XML_NAMESPACE_DECL) { in xmlXPathNodeSetMergeAndClear()
4039 (cur->nodeTab[i]->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetDel()
4059 (cur->nodeTab[val]->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetRemove()
4082 (obj->nodeTab[i]->type == XML_NAMESPACE_DECL)) in xmlXPathFreeNodeSet()
4109 (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetClear()
4137 (node->type == XML_NAMESPACE_DECL)) in xmlXPathNodeSetClearFromPos()
4160 if (obj->nodeTab[i]->type == XML_NAMESPACE_DECL) { in xmlXPathFreeValueTree()
5504 (node->type == XML_NAMESPACE_DECL)) in xmlXPathReleaseObject()
5511 (tmpset->nodeTab[0]->type == XML_NAMESPACE_DECL)) in xmlXPathReleaseObject()
6233 case XML_NAMESPACE_DECL: in xmlXPathNodeValHash()
6258 case XML_NAMESPACE_DECL: in xmlXPathNodeValHash()
7569 case XML_NAMESPACE_DECL: in xmlXPathNextChild()
7751 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextDescendant()
7814 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextDescendantOrSelf()
7878 case XML_NAMESPACE_DECL: { in xmlXPathNextParent()
7882 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextParent()
7951 case XML_NAMESPACE_DECL: { in xmlXPathNextAncestor()
7955 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextAncestor()
7995 case XML_NAMESPACE_DECL: { in xmlXPathNextAncestor()
7999 (ns->next->type != XML_NAMESPACE_DECL)) in xmlXPathNextAncestor()
8052 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextFollowingSibling()
8077 (ctxt->context->node->type == XML_NAMESPACE_DECL)) in xmlXPathNextPrecedingSibling()
8208 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNextPrecedingInternal()
8596 case XML_NAMESPACE_DECL: in xmlXPathLocalNameFunction()
11575 if ((contextNode->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalPredicate()
11606 if (contextNode->type == XML_NAMESPACE_DECL) in xmlXPathCompOpEvalPredicate()
11720 if ((contextNode->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalPositionalPredicate()
11759 if (contextNode->type == XML_NAMESPACE_DECL) { in xmlXPathCompOpEvalPositionalPredicate()
11783 if (contextNode->type == XML_NAMESPACE_DECL) in xmlXPathCompOpEvalPositionalPredicate()
12242 case XML_NAMESPACE_DECL: in xmlXPathNodeCollectAndTest()
12249 if (type == XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12273 if (cur->type == XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12300 if (cur->type != XML_NAMESPACE_DECL) in xmlXPathNodeCollectAndTest()
12344 case XML_NAMESPACE_DECL: in xmlXPathNodeCollectAndTest()
12345 if (cur->type == XML_NAMESPACE_DECL) { in xmlXPathNodeCollectAndTest()
13016 if ((oldset->nodeTab[i]->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEvalFilterFirst()
13705 if ((oldset->nodeTab[i]->type != XML_NAMESPACE_DECL) && in xmlXPathCompOpEval()
14143 case XML_NAMESPACE_DECL: in xmlXPathRunStreamEval()