Lines Matching refs:xmlStrcasecmp
1079 if (!xmlStrcasecmp(tag, BAD_CAST html40ElementTable[i].name))
2073 if (!xmlStrcasecmp(dtd->ExternalID, BAD_CAST "-//W3C//DTD HTML 4.01//EN") ||
2074 !xmlStrcasecmp(dtd->ExternalID, BAD_CAST "-//W3C//DTD HTML 4//EN"))
3405 if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"http-equiv"))
3406 && (!xmlStrcasecmp(value, BAD_CAST"Content-Type")))
3408 else if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"content")))