Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1052 static const char * const htmlStartClose[] = { variable
1238 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) { in htmlInitAutoClose()
1239 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i]; in htmlInitAutoClose()
1240 while (htmlStartClose[i] != NULL) i++; in htmlInitAutoClose()
1313 i = closed - htmlStartClose; in htmlCheckAutoClose()
1315 while (htmlStartClose[i] != NULL) { in htmlCheckAutoClose()
1316 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) { in htmlCheckAutoClose()