Home | History | Annotate | Download | only in libxml2

Lines Matching defs:inlen

146     int inlen;		/* len of the input buffer */
516 ctxt->inlen = 65000;
528 if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) {
534 ctxt->inlen *= 2;
535 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);