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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A DHTMLparser.c766 html40ElementTable[] = { variable
1217 for (i = 0; i < (sizeof(html40ElementTable) /
1218 sizeof(html40ElementTable[0]));i++) {
1219 if (!xmlStrcasecmp(tag, BAD_CAST html40ElementTable[i].name))
1220 return((htmlElemDescPtr) &html40ElementTable[i]);
2179 * into the html40ElementTable array but I don't want to risk any
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A DHTMLparser.c766 html40ElementTable[] = { variable
1217 for (i = 0; i < (sizeof(html40ElementTable) /
1218 sizeof(html40ElementTable[0]));i++) {
1219 if (!xmlStrcasecmp(tag, BAD_CAST html40ElementTable[i].name))
1220 return((htmlElemDescPtr) &html40ElementTable[i]);
2179 * into the html40ElementTable array but I don't want to risk any
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A DHTMLparser.c766 html40ElementTable[] = { variable
1217 for (i = 0; i < (sizeof(html40ElementTable) /
1218 sizeof(html40ElementTable[0]));i++) {
1219 if (!xmlStrcasecmp(tag, BAD_CAST html40ElementTable[i].name))
1220 return((htmlElemDescPtr) &html40ElementTable[i]);
2179 * into the html40ElementTable array but I don't want to risk any

Completed in 218 milliseconds