Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1214 static int htmlStartCloseIndexinitialized = 0; variable
1233 if (htmlStartCloseIndexinitialized) return; in htmlInitAutoClose()
1242 htmlStartCloseIndexinitialized = 1; in htmlInitAutoClose()
1300 if (htmlStartCloseIndexinitialized == 0) in htmlCheckAutoClose()
DChangeLog18086 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init