Lines Matching defs:inbuf_end
61 const unsigned char *inbuf, *inbuf_top, *inbuf_end;
399 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
431 (Py_ssize_t)(buf->inbuf_end - buf->inbuf_top),
465 newpos += (Py_ssize_t)(buf->inbuf_end - buf->inbuf_top);
466 if (newpos < 0 || buf->inbuf_top + newpos > buf->inbuf_end) {
681 buf.inbuf_end = buf.inbuf_top + datalen;
687 while (buf.inbuf < buf.inbuf_end) {
690 inleft = (Py_ssize_t)(buf.inbuf_end - buf.inbuf);
854 npendings = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
870 buf->inbuf_end = buf->inbuf_top + size;
879 while (buf->inbuf < buf->inbuf_end) {
883 inleft = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
1170 if (final && buf.inbuf < buf.inbuf_end) {
1180 if (buf.inbuf < buf.inbuf_end) { /* pending sequence still exists */
1461 if (buf.inbuf < buf.inbuf_end &&
1467 if (buf.inbuf < buf.inbuf_end) { /* pending sequence exists */