Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dnanohttp.c149 char *inrptr; /* the next byte to give back to the client */ member
540 ctxt->inptr = ctxt->content = ctxt->inrptr = ctxt->in; in xmlNanoHTTPRecv()
542 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { in xmlNanoHTTPRecv()
543 int delta = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
544 int len = ctxt->inptr - ctxt->inrptr; in xmlNanoHTTPRecv()
546 memmove(ctxt->in, ctxt->inrptr, len); in xmlNanoHTTPRecv()
547 ctxt->inrptr -= delta; in xmlNanoHTTPRecv()
554 int d_inrptr = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
567 ctxt->inrptr = ctxt->in + d_inrptr; in xmlNanoHTTPRecv()
654 if (ctxt->inrptr == ctxt->inptr) { in xmlNanoHTTPReadLine()
[all …]
/external/libxml2/
Dnanohttp.c147 char *inrptr; /* the next byte to give back to the client */ member
538 ctxt->inptr = ctxt->content = ctxt->inrptr = ctxt->in; in xmlNanoHTTPRecv()
540 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { in xmlNanoHTTPRecv()
541 int delta = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
542 int len = ctxt->inptr - ctxt->inrptr; in xmlNanoHTTPRecv()
544 memmove(ctxt->in, ctxt->inrptr, len); in xmlNanoHTTPRecv()
545 ctxt->inrptr -= delta; in xmlNanoHTTPRecv()
552 int d_inrptr = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
565 ctxt->inrptr = ctxt->in + d_inrptr; in xmlNanoHTTPRecv()
652 if (ctxt->inrptr == ctxt->inptr) { in xmlNanoHTTPReadLine()
[all …]