Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c4983 int incomment = 0; in htmlParseLookupSequence() local
5012 if ((!incomment) && (base + 4 < len) && (!iscomment)) { in htmlParseLookupSequence()
5015 incomment = 1; in htmlParseLookupSequence()
5036 if (incomment) { in htmlParseLookupSequence()
5041 incomment = 0; in htmlParseLookupSequence()
5072 if ((!incomment) && (!invalue)) in htmlParseLookupSequence()
5111 int incomment = 0; in htmlParseLookupChars() local
5134 if (!incomment && (base + 4 < len)) { in htmlParseLookupChars()
5137 incomment = 1; in htmlParseLookupChars()
5142 if (incomment) { in htmlParseLookupChars()
[all …]