Home | History | Annotate | Download | only in libxml2

Lines Matching refs:p1

4275     xmlTextWriterStackEntry *p1;
4287 p1 = (xmlTextWriterStackEntry *) data1;
4289 return xmlStrcmp(p0->name, p1->name);
4377 xmlTextWriterNsStackEntry *p1;
4390 p1 = (xmlTextWriterNsStackEntry *) data1;
4392 rc = xmlStrcmp(p0->prefix, p1->prefix);
4394 if ((rc != 0) || (p0->elem != p1->elem))