Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1214 static const char** htmlStartCloseIndex[100]; variable
1236 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL; in htmlInitAutoClose()
1239 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i]; in htmlInitAutoClose()
1306 closed = htmlStartCloseIndex[indx]; in htmlCheckAutoClose()