Home
last modified time | relevance | path

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

/external/curl/lib/
Dchecksrc.pl350 my $incomment=0;
403 if(!$incomment) {
409 $incomment = 1;
415 $incomment = 0;
737 if($incomment) {
/external/curl/src/
Dtool_formparse.c418 bool incomment = FALSE; in read_field_headers() local
451 incomment = FALSE; in read_field_headers()
456 incomment = TRUE; in read_field_headers()
461 if(!incomment) { in read_field_headers()
/external/libxml2/
DHTMLparser.c5136 int incomment = 0; in htmlParseLookupSequence() local
5165 if ((!incomment) && (base + 4 < len) && (!iscomment)) { in htmlParseLookupSequence()
5168 incomment = 1; in htmlParseLookupSequence()
5189 if (incomment) { in htmlParseLookupSequence()
5194 incomment = 0; in htmlParseLookupSequence()
5225 if ((!incomment) && (!invalue)) in htmlParseLookupSequence()
5264 int incomment = 0; in htmlParseLookupChars() local
5287 if (!incomment && (base + 4 < len)) { in htmlParseLookupChars()
5290 incomment = 1; in htmlParseLookupChars()
5295 if (incomment) { in htmlParseLookupChars()
[all …]