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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c908 static const char * const htmlStartClose[] = { variable
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 arra
[all...]

Completed in 38 milliseconds