Home
last modified time | relevance | path

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

/third_party/libxml2/
Dnanohttp.c117 #define XML_NANO_HTTP_CHUNK 4096 macro
554 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { in xmlNanoHTTPRecv()
563 if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) { in xmlNanoHTTPRecv()
581 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0); in xmlNanoHTTPRecv()
/third_party/gettext/gnulib-local/lib/libxml/
Dnanohttp.c146 #define XML_NANO_HTTP_CHUNK 4096 macro
583 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { in xmlNanoHTTPRecv()
592 if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) { in xmlNanoHTTPRecv()
610 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0); in xmlNanoHTTPRecv()