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

/external/libxml2/
H A DHTMLparser.c1033 static const char** htmlStartCloseIndex[100]; variable
1045 * Initialize the htmlStartCloseIndex for fast lookup of closing tags names.
1055 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL;
1058 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1110 * Initialize the htmlStartCloseIndex for fast lookup of closing tags names.
1125 closed = htmlStartCloseIndex[indx];

Completed in 40 milliseconds