Home | History | Annotate | Download | only in src

Lines Matching refs:XML_NANO_HTTP_CHUNK

129 #define XML_NANO_HTTP_CHUNK	4096
542 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) {
551 if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) {
569 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);