Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrcmp

523     return (xmlStrcmp(ns1->prefix, ns2->prefix));
893 return (xmlStrcmp(attr1->name, attr2->name));
910 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href);
912 ret = xmlStrcmp(attr1->name, attr2->name);