Home | History | Annotate | Download | only in libxml2

Lines Matching defs:cons

3363     int cons;        /* byte from str consumed */
3379 cons = len;
3404 &chunk, str, &cons);
3410 if ((out->buffer->use < MINLEN) && (cons == len))
3425 &chunk, str, &cons);
3432 str += cons;
3433 len -= cons;