Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrcmp

525     return (xmlStrcmp(ns1->prefix, ns2->prefix));
896 return (xmlStrcmp(attr1->name, attr2->name));
913 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href);
915 ret = xmlStrcmp(attr1->name, attr2->name);