Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1158 static const elementPriority htmlEndPriority[] = { variable
1235 while ((htmlEndPriority[i].name != NULL) && in htmlGetEndPriority()
1236 (!xmlStrEqual((const xmlChar *)htmlEndPriority[i].name, name))) in htmlGetEndPriority()
1239 return(htmlEndPriority[i].priority); in htmlGetEndPriority()