Searched refs:htmlStartClose (Results 1 – 1 of 1) sorted by relevance
1048 static const char * const htmlStartClose[] = { variable1197 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) { in htmlInitAutoClose()1198 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i]; in htmlInitAutoClose()1199 while (htmlStartClose[i] != NULL) i++; in htmlInitAutoClose()1272 i = closed - htmlStartClose; in htmlCheckAutoClose()1274 while (htmlStartClose[i] != NULL) { in htmlCheckAutoClose()1275 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) { in htmlCheckAutoClose()