Home | History | Annotate | Download | only in libxml2

Lines Matching refs:n1

3820     xmlNodePtr n1, n2;
3866 n1 = val1->nodeTab[j];
3867 if (n1 == n2) {
3870 } else if ((n1->type == XML_NAMESPACE_DECL) &&
3872 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3873 (xmlStrEqual(((xmlNsPtr) n1)->prefix,
3957 xmlNodePtr n1, n2;
3976 n1 = set1->nodeTab[j];
3977 if (n1 == n2) {
3979 } else if ((n1->type == XML_NAMESPACE_DECL) &&
3982 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3983 (xmlStrEqual(((xmlNsPtr) n1)->prefix,