Home
last modified time | relevance | path

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

/third_party/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()
4378 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContent()
4773 if (htmlCheckAutoClose(name, ctxt->name) == 1) { in htmlParseContentInternal()
DNEWS272 Speed up htmlCheckAutoClose (Nick Wellnhofer),
/third_party/chromium/patch/
D0001-cve.patch95935 + Speed up htmlCheckAutoClose (Nick Wellnhofer),