Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A DHTMLparser.c1063 } htmlStartCloseEntry; typedef
1068 static const htmlStartCloseEntry htmlStartClose[] = {
1453 const htmlStartCloseEntry *key = (const htmlStartCloseEntry *) vkey; in htmlCompareStartClose()
1454 const htmlStartCloseEntry *entry = (const htmlStartCloseEntry *) member; in htmlCompareStartClose()
1477 htmlStartCloseEntry key; in htmlCheckAutoClose()
1483 sizeof(htmlStartClose) / sizeof(htmlStartCloseEntry), in htmlCheckAutoClose()
1484 sizeof(htmlStartCloseEntry), htmlCompareStartClose); in htmlCheckAutoClose()