Lines Matching refs:htmlStartClose
908 static const char * const htmlStartClose[] = {
1057 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) {
1058 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1059 while (htmlStartClose[i] != NULL) i++;
1132 i = closed - htmlStartClose;
1134 while (htmlStartClose[i] != NULL) {
1135 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) {
1214 * The list is kept in htmlStartClose array. This function is
1250 * The list is kept in htmlStartClose array. This function checks
1277 * The list is kept in htmlStartClose array. This function checks