Searched refs:XML_NANO_HTTP_CHUNK (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c129 #define XML_NANO_HTTP_CHUNK 4096 macro
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);
/external/libxml2/
H A Dnanohttp.c124 #define XML_NANO_HTTP_CHUNK 4096 macro
547 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) {
556 if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) {
574 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);

Completed in 544 milliseconds