Home | History | Annotate | Download | only in libxml2

Lines Matching refs:col

1964     ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val);			\
1975 ctxt->input->line++; ctxt->input->col = 1; \
1976 } else ctxt->input->col++; \
2014 ctxt->input->col++; \
2023 ctxt->input->line++; ctxt->input->col = 1; \
2024 } else ctxt->input->col++; \
2062 ctxt->input->line++; ctxt->input->col = 1;
2203 ctxt->input->col++;
2230 ctxt->input->col++;
3313 ctxt->input->col += count;
3400 ctxt->input->col += count;
3433 ctxt->input->col++;
4216 int col = ctxt->input->col;
4229 while (*in == 0x20) { in++; ctxt->input->col++; }
4232 ctxt->input->line++; ctxt->input->col = 1;
4267 ccol = ctxt->input->col;
4272 ctxt->input->col = ccol;
4275 ctxt->input->line++; ctxt->input->col = 1;
4287 ctxt->input->col++;
4311 col = ctxt->input->col;
4317 col = ctxt->input->col;
4329 ctxt->input->line++; ctxt->input->col = 1;
4347 ctxt->input->col = col;
4686 ctxt->input->line++; ctxt->input->col = 1;
4691 ccol = ctxt->input->col;
4698 ctxt->input->col = ccol;
4701 ctxt->input->line++; ctxt->input->col = 1;
4746 ctxt->input->line++; ctxt->input->col = 1;
4753 ctxt->input->line++; ctxt->input->col = 1;
4789 ctxt->input->col++;
4792 ctxt->input->col++;
8893 oldcol = ctxt->input->col;
9277 ctxt->input->col = oldcol;
12100 pinput->col = 1;
12244 input->col = 1;