• Home
  • Raw
  • Download

Lines Matching refs:xmlStrEqual

166     if ((ctxt->html < 3) && (xmlStrEqual(value, BAD_CAST "head")))  in htmlnamePush()
168 if ((ctxt->html < 10) && (xmlStrEqual(value, BAD_CAST "body"))) in htmlnamePush()
1236 (!xmlStrEqual((const xmlChar *)htmlEndPriority[i].name, name))) in htmlGetEndPriority()
1268 if (xmlStrEqual(BAD_CAST * closed, newtag)) in htmlCheckAutoClose()
1275 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) { in htmlCheckAutoClose()
1301 if (xmlStrEqual(newtag, ctxt->nameTab[i])) in htmlAutoCloseOnClose()
1315 while (!xmlStrEqual(newtag, ctxt->name)) { in htmlAutoCloseOnClose()
1374 ((xmlStrEqual(ctxt->name, BAD_CAST "head")) || in htmlAutoClose()
1375 (xmlStrEqual(ctxt->name, BAD_CAST "body")) || in htmlAutoClose()
1376 (xmlStrEqual(ctxt->name, BAD_CAST "html")))) { in htmlAutoClose()
1401 if (xmlStrEqual(name, elem->name)) return(0); in htmlAutoCloseTag()
1452 if (xmlStrEqual(newtag, BAD_CAST"html")) in htmlCheckImplied()
1459 if ((xmlStrEqual(newtag, BAD_CAST"body")) || (xmlStrEqual(newtag, BAD_CAST"head"))) in htmlCheckImplied()
1462 ((xmlStrEqual(newtag, BAD_CAST"script")) || in htmlCheckImplied()
1463 (xmlStrEqual(newtag, BAD_CAST"style")) || in htmlCheckImplied()
1464 (xmlStrEqual(newtag, BAD_CAST"meta")) || in htmlCheckImplied()
1465 (xmlStrEqual(newtag, BAD_CAST"link")) || in htmlCheckImplied()
1466 (xmlStrEqual(newtag, BAD_CAST"title")) || in htmlCheckImplied()
1467 (xmlStrEqual(newtag, BAD_CAST"base")))) { in htmlCheckImplied()
1479 } else if ((!xmlStrEqual(newtag, BAD_CAST"noframes")) && in htmlCheckImplied()
1480 (!xmlStrEqual(newtag, BAD_CAST"frame")) && in htmlCheckImplied()
1481 (!xmlStrEqual(newtag, BAD_CAST"frameset"))) { in htmlCheckImplied()
1487 if (xmlStrEqual(ctxt->nameTab[i], BAD_CAST"body")) { in htmlCheckImplied()
1490 if (xmlStrEqual(ctxt->nameTab[i], BAD_CAST"head")) { in htmlCheckImplied()
1531 if (xmlStrEqual(tag, BAD_CAST htmlNoContentElements[i])) { in htmlCheckParagraph()
1565 if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i])) in htmlIsScriptAttribute()
1898 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) { in htmlEntityLookup()
2215 if (xmlStrEqual(ctxt->name, BAD_CAST"html")) in areBlanks()
2217 if (xmlStrEqual(ctxt->name, BAD_CAST"head")) in areBlanks()
2221 if (xmlStrEqual(ctxt->name, BAD_CAST "body") && ctxt->myDoc != NULL) { in areBlanks()
2240 if ( xmlStrEqual(ctxt->name, BAD_CAST allowPCData[i]) ) { in areBlanks()
2250 if ( xmlStrEqual(lastChild->name, BAD_CAST allowPCData[i]) ) { in areBlanks()
3628 if (xmlStrEqual(name, BAD_CAST"meta")) in htmlParseStartTag()
3645 if ((ctxt->nameNr > 0) && (xmlStrEqual(name, BAD_CAST"html"))) { in htmlParseStartTag()
3653 (xmlStrEqual(name, BAD_CAST"head"))) { in htmlParseStartTag()
3660 if (xmlStrEqual(name, BAD_CAST"body")) { in htmlParseStartTag()
3663 if (xmlStrEqual(ctxt->nameTab[indx], BAD_CAST"body")) { in htmlParseStartTag()
3692 if (xmlStrEqual(atts[i], attname)) { in htmlParseStartTag()
3843 (xmlStrEqual(name, BAD_CAST "html") || in htmlParseEndTag()
3844 xmlStrEqual(name, BAD_CAST "body") || in htmlParseEndTag()
3845 xmlStrEqual(name, BAD_CAST "head"))) { in htmlParseEndTag()
3855 if (xmlStrEqual(name, ctxt->nameTab[i])) in htmlParseEndTag()
3876 if (!xmlStrEqual(name, ctxt->name)) { in htmlParseEndTag()
3877 if ((ctxt->name != NULL) && (!xmlStrEqual(ctxt->name, name))) { in htmlParseEndTag()
3888 if ((oldname != NULL) && (xmlStrEqual(oldname, name))) { in htmlParseEndTag()
4045 (!xmlStrEqual(currentNode, ctxt->name))) in htmlParseContent()
4051 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) || in htmlParseContent()
4052 (xmlStrEqual(currentNode, BAD_CAST"style")))) { in htmlParseContent()
4206 if (xmlStrEqual(name, ctxt->name)) { in htmlParseElement()
4353 if (xmlStrEqual(name, ctxt->name)) { in htmlParseElementInternal()
4451 (!xmlStrEqual(currentNode, ctxt->name))) in htmlParseContentInternal()
4461 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) || in htmlParseContentInternal()
4462 (xmlStrEqual(currentNode, BAD_CAST"style")))) { in htmlParseContentInternal()
5539 if (xmlStrEqual(name, ctxt->name)) { in htmlParseTryOrFinish()
5608 if ((xmlStrEqual(ctxt->name, BAD_CAST"script")) || in htmlParseTryOrFinish()
5609 (xmlStrEqual(ctxt->name, BAD_CAST"style"))) { in htmlParseTryOrFinish()