Searched defs:xmlStrcmp (Results 1 – 4 of 4) sorted by relevance
380 if (not xmlStrcmp(cur->name, (const xmlChar *)("Attributes"))) { in deserializeAttributes() local393 if (not xmlStrcmp(cur->name, (const xmlChar *)("ContentType")) || in deserializeAttributes() local409 if (not xmlStrcmp(cur->name, (const xmlChar *)("Attributes")) || in deserializeAttributesCollection() local620 if (not xmlStrcmp(child->name, (const xmlChar *)Attributes::name)) { in deserialize() local627 if (not xmlStrcmp(child->name, (const xmlChar *)Attributes::indexMin)) { in deserialize() local637 if (not xmlStrcmp(child->name, (const xmlChar *)Attributes::indexMax)) { in deserialize() local
692 int xmlStrcmp(const char *s1, const char *s2) { function
143 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function