Searched refs:newtag (Results 1 – 1 of 1) sorted by relevance
1115 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() argument1128 if (xmlStrEqual(BAD_CAST * closed, newtag)) in htmlCheckAutoClose()1152 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose() argument1157 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() argument1223 while ((newtag != NULL) && (ctxt->name != NULL) && in htmlAutoClose()1224 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose()[all …]