Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1115 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() argument
1128 if (xmlStrEqual(BAD_CAST * closed, newtag)) in htmlCheckAutoClose()
1152 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose() argument
1157 priority = htmlGetEndPriority(newtag); in htmlAutoCloseOnClose()
1161 if (xmlStrEqual(newtag, ctxt->nameTab[i])) in htmlAutoCloseOnClose()
1175 while (!xmlStrEqual(newtag, ctxt->name)) { in htmlAutoCloseOnClose()
1180 newtag, ctxt->name); in htmlAutoCloseOnClose()
1221 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose() argument
1223 while ((newtag != NULL) && (ctxt->name != NULL) && in htmlAutoClose()
1224 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose()
[all …]