Home | History | Annotate | Download | only in libxml2

Lines Matching refs:maximum

1937     seq->maximum = 0;
2028 if (ctxt->node_seq.length + 1 > ctxt->node_seq.maximum) {
2032 if (ctxt->node_seq.maximum == 0)
2033 ctxt->node_seq.maximum = 2;
2035 (2 * ctxt->node_seq.maximum));
2049 ctxt->node_seq.maximum *= 2;