Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c137 char *inrptr; /* the next byte to give back to the client */ member
552 ctxt->inptr = ctxt->content = ctxt->inrptr = ctxt->in; in xmlNanoHTTPRecv()
554 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { in xmlNanoHTTPRecv()
555 int delta = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
556 int len = ctxt->inptr - ctxt->inrptr; in xmlNanoHTTPRecv()
558 memmove(ctxt->in, ctxt->inrptr, len); in xmlNanoHTTPRecv()
559 ctxt->inrptr -= delta; in xmlNanoHTTPRecv()
566 int d_inrptr = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
579 ctxt->inrptr = ctxt->in + d_inrptr; in xmlNanoHTTPRecv()
666 if (ctxt->inrptr == ctxt->inptr) { in xmlNanoHTTPReadLine()
[all …]