Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c144 char *inrptr; /* the next byte to give back to the client */ member
545 ctxt->inptr = ctxt->content = ctxt->inrptr = ctxt->in; in xmlNanoHTTPRecv()
547 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { in xmlNanoHTTPRecv()
548 int delta = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
549 int len = ctxt->inptr - ctxt->inrptr; in xmlNanoHTTPRecv()
551 memmove(ctxt->in, ctxt->inrptr, len); in xmlNanoHTTPRecv()
552 ctxt->inrptr -= delta; in xmlNanoHTTPRecv()
559 int d_inrptr = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
572 ctxt->inrptr = ctxt->in + d_inrptr; in xmlNanoHTTPRecv()
659 if (ctxt->inrptr == ctxt->inptr) { in xmlNanoHTTPReadLine()
[all …]