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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c1025 static const char** htmlStartCloseIndex[100]; variable
1037 * Initialize the htmlStartCloseIndex for fast lookup of closing tags names.
1047 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL;
1050 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1102 * Initialize the htmlStartCloseIndex for fast lookup of closing tags names.
1117 closed = htmlStartCloseIndex[indx];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
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];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c1025 static const char** htmlStartCloseIndex[100]; variable
1037 * Initialize the htmlStartCloseIndex for fast lookup of closing tags names.
1047 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL;
1050 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1102 * Initialize the htmlStartCloseIndex for fast lookup of closing tags names.
1117 closed = htmlStartCloseIndex[indx];

Completed in 115 milliseconds