Searched refs:htmlCheckAutoClose (Results 1 – 2 of 2) sorted by relevance
1475 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() function1569 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose()1607 if (htmlCheckAutoClose(elem->name, name)) return(1); in htmlAutoCloseTag()4372 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContent()4775 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContentInternal()
540 Speed up htmlCheckAutoClose (Nick Wellnhofer),