Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1255 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() function
1364 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose()
1402 if (htmlCheckAutoClose(elem->name, name)) return(1); in htmlAutoCloseTag()
4033 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContent()
4439 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContentInternal()