Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1389 static const elementPriority htmlEndPriority[] = { variable
1455 while ((htmlEndPriority[i].name != NULL) && in htmlGetEndPriority()
1456 (!xmlStrEqual((const xmlChar *)htmlEndPriority[i].name, name))) in htmlGetEndPriority()
1459 return(htmlEndPriority[i].priority); in htmlGetEndPriority()