Home | History | Annotate | Download | only in libxml2

Lines Matching refs:n2

3705     xmlNodePtr n1, n2;
3745 n2 = val2->nodeTab[i];
3752 if (n1 == n2) {
3756 (n2->type == XML_NAMESPACE_DECL)) {
3757 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3759 ((xmlNsPtr) n2)->prefix)))
3794 if (n2->type == XML_NAMESPACE_DECL) {
3795 xmlNsPtr ns = (xmlNsPtr) n2;
3800 val1->nodeTab[val1->nodeNr++] = n2;
3900 xmlNodePtr n1, n2;
3909 n2 = set2->nodeTab[i];
3913 if (n2 == NULL)
3920 if (n1 == n2) {
3923 (n2->type == XML_NAMESPACE_DECL))
3925 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3927 ((xmlNsPtr) n2)->prefix)))
3933 xmlXPathNodeSetFreeNs((xmlNsPtr) n2);
3963 if (n2->type == XML_NAMESPACE_DECL) {
3964 xmlNsPtr ns = (xmlNsPtr) n2;
3969 set1->nodeTab[set1->nodeNr++] = n2;
4011 xmlNodePtr n2;
4019 n2 = set2->nodeTab[i];
4023 if (n2 == NULL)
4047 set1->nodeTab[set1->nodeNr++] = n2;