• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/libxml2-26/libxml2/

Lines Matching +defs:max +defs:col

2003     ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val);			\
2014 ctxt->input->line++; ctxt->input->col = 1; \
2015 } else ctxt->input->col++; \
2060 ctxt->input->col++; \
2069 ctxt->input->line++; ctxt->input->col = 1; \
2070 } else ctxt->input->col++; \
2108 ctxt->input->line++; ctxt->input->col = 1;
2253 ctxt->input->col++;
2282 ctxt->input->col++;
2970 int max = XML_MAX_NAMELEN;
2992 while ((c != 0) && (c != ':') && (len < max)) { /* tested bigname.xml */
2996 if (len >= max) {
3001 max = len * 2;
3003 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3010 if (len + 10 > max) {
3013 max *= 2;
3015 max * sizeof(xmlChar));
3041 max = XML_MAX_NAMELEN;
3071 while ((c != 0) && (len < max)) { /* tested bigname2.xml */
3075 if (len >= max) {
3080 max = len * 2;
3082 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3089 if (len + 10 > max) {
3092 max *= 2;
3094 max * sizeof(xmlChar));
3392 ctxt->input->col += count;
3503 ctxt->input->col += count;
3538 ctxt->input->col++;
3601 int max = len * 2;
3603 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3610 if (len + 10 > max) {
3619 max *= 2;
3621 max * sizeof(xmlChar));
3697 int max = len * 2;
3699 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3714 if (len + 10 > max) {
3717 if ((max > XML_MAX_NAME_LENGTH) &&
3723 max *= 2;
3725 max * sizeof(xmlChar));
4418 int col = ctxt->input->col;
4431 while (*in == 0x20) { in++; ctxt->input->col++; }
4434 ctxt->input->line++; ctxt->input->col = 1;
4469 ccol = ctxt->input->col;
4474 ctxt->input->col = ccol;
4477 ctxt->input->line++; ctxt->input->col = 1;
4489 ctxt->input->col++;
4513 col = ctxt->input->col;
4519 col = ctxt->input->col;
4531 ctxt->input->line++; ctxt->input->col = 1;
4551 ctxt->input->col = col;
4908 ctxt->input->line++; ctxt->input->col = 1;
4913 ccol = ctxt->input->col;
4920 ctxt->input->col = ccol;
4923 ctxt->input->line++; ctxt->input->col = 1;
4975 ctxt->input->line++; ctxt->input->col = 1;
4982 ctxt->input->line++; ctxt->input->col = 1;
5024 ctxt->input->col++;
5027 ctxt->input->col++;
9248 oldcol = ctxt->input->col;
9634 ctxt->input->col = oldcol;
12631 pinput->col = 1;
12775 input->col = 1;