Home
last modified time | relevance | path

Searched refs:htmlCheckAutoClose (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A DHTMLparser.c1475 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() function
1569 (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()
H A DNEWS540 Speed up htmlCheckAutoClose (Nick Wellnhofer),