Home | History | Annotate | Download | only in libxml2

Lines Matching defs:inlen

148     int inlen;		/* len of the input buffer */
537 ctxt->inlen = 65000;
549 if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) {
555 ctxt->inlen *= 2;
556 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);