Lines Matching refs:xmlStrEqual
169 if ((ctxt->html < 3) && (xmlStrEqual(value, BAD_CAST "head"))) in htmlnamePush()
171 if ((ctxt->html < 10) && (xmlStrEqual(value, BAD_CAST "body"))) in htmlnamePush()
1277 (!xmlStrEqual((const xmlChar *)htmlEndPriority[i].name, name))) in htmlGetEndPriority()
1309 if (xmlStrEqual(BAD_CAST * closed, newtag)) in htmlCheckAutoClose()
1316 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) { in htmlCheckAutoClose()
1342 if (xmlStrEqual(newtag, ctxt->nameTab[i])) in htmlAutoCloseOnClose()
1356 while (!xmlStrEqual(newtag, ctxt->name)) { in htmlAutoCloseOnClose()
1415 ((xmlStrEqual(ctxt->name, BAD_CAST "head")) || in htmlAutoClose()
1416 (xmlStrEqual(ctxt->name, BAD_CAST "body")) || in htmlAutoClose()
1417 (xmlStrEqual(ctxt->name, BAD_CAST "html")))) { in htmlAutoClose()
1442 if (xmlStrEqual(name, elem->name)) return(0); in htmlAutoCloseTag()
1493 if (xmlStrEqual(newtag, BAD_CAST"html")) in htmlCheckImplied()
1500 if ((xmlStrEqual(newtag, BAD_CAST"body")) || (xmlStrEqual(newtag, BAD_CAST"head"))) in htmlCheckImplied()
1503 ((xmlStrEqual(newtag, BAD_CAST"script")) || in htmlCheckImplied()
1504 (xmlStrEqual(newtag, BAD_CAST"style")) || in htmlCheckImplied()
1505 (xmlStrEqual(newtag, BAD_CAST"meta")) || in htmlCheckImplied()
1506 (xmlStrEqual(newtag, BAD_CAST"link")) || in htmlCheckImplied()
1507 (xmlStrEqual(newtag, BAD_CAST"title")) || in htmlCheckImplied()
1508 (xmlStrEqual(newtag, BAD_CAST"base")))) { in htmlCheckImplied()
1520 } else if ((!xmlStrEqual(newtag, BAD_CAST"noframes")) && in htmlCheckImplied()
1521 (!xmlStrEqual(newtag, BAD_CAST"frame")) && in htmlCheckImplied()
1522 (!xmlStrEqual(newtag, BAD_CAST"frameset"))) { in htmlCheckImplied()
1528 if (xmlStrEqual(ctxt->nameTab[i], BAD_CAST"body")) { in htmlCheckImplied()
1531 if (xmlStrEqual(ctxt->nameTab[i], BAD_CAST"head")) { in htmlCheckImplied()
1572 if (xmlStrEqual(tag, BAD_CAST htmlNoContentElements[i])) { in htmlCheckParagraph()
1606 if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i])) in htmlIsScriptAttribute()
1939 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) { in htmlEntityLookup()
2256 if (xmlStrEqual(ctxt->name, BAD_CAST"html")) in areBlanks()
2258 if (xmlStrEqual(ctxt->name, BAD_CAST"head")) in areBlanks()
2262 if (xmlStrEqual(ctxt->name, BAD_CAST "body") && ctxt->myDoc != NULL) { in areBlanks()
2281 if ( xmlStrEqual(ctxt->name, BAD_CAST allowPCData[i]) ) { in areBlanks()
2291 if ( xmlStrEqual(lastChild->name, BAD_CAST allowPCData[i]) ) { in areBlanks()
3781 if (xmlStrEqual(name, BAD_CAST"meta")) in htmlParseStartTag()
3798 if ((ctxt->nameNr > 0) && (xmlStrEqual(name, BAD_CAST"html"))) { in htmlParseStartTag()
3806 (xmlStrEqual(name, BAD_CAST"head"))) { in htmlParseStartTag()
3813 if (xmlStrEqual(name, BAD_CAST"body")) { in htmlParseStartTag()
3816 if (xmlStrEqual(ctxt->nameTab[indx], BAD_CAST"body")) { in htmlParseStartTag()
3845 if (xmlStrEqual(atts[i], attname)) { in htmlParseStartTag()
3996 (xmlStrEqual(name, BAD_CAST "html") || in htmlParseEndTag()
3997 xmlStrEqual(name, BAD_CAST "body") || in htmlParseEndTag()
3998 xmlStrEqual(name, BAD_CAST "head"))) { in htmlParseEndTag()
4008 if (xmlStrEqual(name, ctxt->nameTab[i])) in htmlParseEndTag()
4029 if (!xmlStrEqual(name, ctxt->name)) { in htmlParseEndTag()
4030 if ((ctxt->name != NULL) && (!xmlStrEqual(ctxt->name, name))) { in htmlParseEndTag()
4041 if ((oldname != NULL) && (xmlStrEqual(oldname, name))) { in htmlParseEndTag()
4199 (!xmlStrEqual(currentNode, ctxt->name))) in htmlParseContent()
4205 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) || in htmlParseContent()
4206 (xmlStrEqual(currentNode, BAD_CAST"style")))) { in htmlParseContent()
4360 if (xmlStrEqual(name, ctxt->name)) { in htmlParseElement()
4507 if (xmlStrEqual(name, ctxt->name)) { in htmlParseElementInternal()
4605 (!xmlStrEqual(currentNode, ctxt->name))) in htmlParseContentInternal()
4615 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) || in htmlParseContentInternal()
4616 (xmlStrEqual(currentNode, BAD_CAST"style")))) { in htmlParseContentInternal()
5729 if (xmlStrEqual(name, ctxt->name)) { in htmlParseTryOrFinish()
5811 if ((xmlStrEqual(ctxt->name, BAD_CAST"script")) || in htmlParseTryOrFinish()
5812 (xmlStrEqual(ctxt->name, BAD_CAST"style"))) { in htmlParseTryOrFinish()