Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1255 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() argument
1268 if (xmlStrEqual(BAD_CAST * closed, newtag)) in htmlCheckAutoClose()
1292 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose() argument
1297 priority = htmlGetEndPriority(newtag); in htmlAutoCloseOnClose()
1301 if (xmlStrEqual(newtag, ctxt->nameTab[i])) in htmlAutoCloseOnClose()
1315 while (!xmlStrEqual(newtag, ctxt->name)) { in htmlAutoCloseOnClose()
1320 newtag, ctxt->name); in htmlAutoCloseOnClose()
1361 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose() argument
1363 while ((newtag != NULL) && (ctxt->name != NULL) && in htmlAutoClose()
1364 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose()
[all …]