Home | History | Annotate | Download | only in libxml2

Lines Matching refs:n2

3820     xmlNodePtr n1, n2;
3860 n2 = val2->nodeTab[i];
3867 if (n1 == n2) {
3871 (n2->type == XML_NAMESPACE_DECL)) {
3872 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3874 ((xmlNsPtr) n2)->prefix)))
3913 if (n2->type == XML_NAMESPACE_DECL) {
3914 xmlNsPtr ns = (xmlNsPtr) n2;
3919 val1->nodeTab[val1->nodeNr++] = n2;
3957 xmlNodePtr n1, n2;
3966 n2 = set2->nodeTab[i];
3970 if (n2 == NULL)
3977 if (n1 == n2) {
3980 (n2->type == XML_NAMESPACE_DECL))
3982 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3984 ((xmlNsPtr) n2)->prefix)))
3990 xmlXPathNodeSetFreeNs((xmlNsPtr) n2);
4024 if (n2->type == XML_NAMESPACE_DECL) {
4025 xmlNsPtr ns = (xmlNsPtr) n2;
4030 set1->nodeTab[set1->nodeNr++] = n2;
4072 xmlNodePtr n2;
4080 n2 = set2->nodeTab[i];
4084 if (n2 == NULL)
4112 set1->nodeTab[set1->nodeNr++] = n2;