Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrcmp

520     return (xmlStrcmp(ns1->prefix, ns2->prefix));
871 return (xmlStrcmp(attr1->name, attr2->name));
888 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href);
890 ret = xmlStrcmp(attr1->name, attr2->name);