Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1487 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() function
1581 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose()
1619 if (htmlCheckAutoClose(elem->name, name)) return(1); in htmlAutoCloseTag()
4364 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContent()
4759 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContentInternal()