Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1048 static const char * const htmlStartClose[] = { variable
1197 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()
/external/chromium_org/third_party/libxml/src/
DHTMLparser.c1048 static const char * const htmlStartClose[] = { variable
1197 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()