Searched refs:newtag (Results 1 – 1 of 1) sorted by relevance
1255 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() argument1268 if (xmlStrEqual(BAD_CAST * closed, newtag)) in htmlCheckAutoClose()1292 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose() argument1297 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() argument1363 while ((newtag != NULL) && (ctxt->name != NULL) && in htmlAutoClose()1364 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose()[all …]