Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/gettext/gnulib-local/lib/libxml/
Dnanohttp.c166 char *inrptr; /* the next byte to give back to the client */ member
581 ctxt->inptr = ctxt->content = ctxt->inrptr = ctxt->in; in xmlNanoHTTPRecv()
583 if (ctxt->inrptr > ctxt->in + XML_NANO_HTTP_CHUNK) { in xmlNanoHTTPRecv()
584 int delta = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
585 int len = ctxt->inptr - ctxt->inrptr; in xmlNanoHTTPRecv()
587 memmove(ctxt->in, ctxt->inrptr, len); in xmlNanoHTTPRecv()
588 ctxt->inrptr -= delta; in xmlNanoHTTPRecv()
595 int d_inrptr = ctxt->inrptr - ctxt->in; in xmlNanoHTTPRecv()
608 ctxt->inrptr = ctxt->in + d_inrptr; in xmlNanoHTTPRecv()
695 if (ctxt->inrptr == ctxt->inptr) { in xmlNanoHTTPReadLine()
[all …]