Searched defs:ccol (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dparser.c4133 int ccol; local
4183 ccol = ctxt->input->col;
4186 ccol++;
4188 ctxt->input->col = ccol;
4587 int nbchar = 0, ccol; local
4615 ccol = ctxt->input->col;
4620 ccol++;
4622 ctxt->input->col = ccol;
/external/libxml2/
H A Dparser.c4419 int ccol; local
4469 ccol = ctxt->input->col;
4472 ccol++;
4474 ctxt->input->col = ccol;
4885 int ccol; local
4913 ccol = ctxt->input->col;
4918 ccol++;
4920 ctxt->input->col = ccol;

Completed in 601 milliseconds