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

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

Completed in 27 milliseconds