Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1174 static int htmlStartCloseIndexinitialized = 0; variable
1193 if (htmlStartCloseIndexinitialized) return; in htmlInitAutoClose()
1202 htmlStartCloseIndexinitialized = 1; in htmlInitAutoClose()
1260 if (htmlStartCloseIndexinitialized == 0) in htmlCheckAutoClose()