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

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c125 #define XML_NANO_HTTP_CHUNK 4096 macro
519 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) {
528 if ((ctxt->in + ctxt->inlen) < (ctxt->inptr + XML_NANO_HTTP_CHUNK)) {
546 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);

Completed in 35 milliseconds