Home | History | Annotate | Download | only in libxml2

Lines Matching defs:blockLevel

116     int blockLevel;
1780 cur->blockLevel = -1;
1878 stream->blockLevel = -1;
1930 if (stream->blockLevel != -1) {
2005 stream->blockLevel = stream->level +1;
2081 stream->blockLevel = stream->level +1;
2184 stream->blockLevel = stream->level;
2289 if (stream->blockLevel == stream->level)
2290 stream->blockLevel = -1;