HomeSort by relevance Sort by last modified time
    Searched refs:XML_NANO_HTTP_CHUNK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
nanohttp.c 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);
    [all...]
  /external/libxml2/
nanohttp.c 124 #define XML_NANO_HTTP_CHUNK 4096
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);
    [all...]

Completed in 61 milliseconds