XML_NANO_HTTP_CHUNK 542 third_party/libxml/src/nanohttp.c if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { XML_NANO_HTTP_CHUNK 551 third_party/libxml/src/nanohttp.c if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) { XML_NANO_HTTP_CHUNK 569 third_party/libxml/src/nanohttp.c ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);