growbuf_lastindex   69 src/viewer/growbuf.c     view->growbuf_lastindex = VIEW_PAGE_SIZE;
growbuf_lastindex  114 src/viewer/growbuf.c         return ((off_t) view->growbuf_blockptr->len - 1) * VIEW_PAGE_SIZE + view->growbuf_lastindex;
growbuf_lastindex  139 src/viewer/growbuf.c         if (view->growbuf_lastindex == VIEW_PAGE_SIZE)
growbuf_lastindex  147 src/viewer/growbuf.c             view->growbuf_lastindex = 0;
growbuf_lastindex  151 src/viewer/growbuf.c                                         view->growbuf_blockptr->len - 1) + view->growbuf_lastindex;
growbuf_lastindex  153 src/viewer/growbuf.c         bytesfree = VIEW_PAGE_SIZE - view->growbuf_lastindex;
growbuf_lastindex  242 src/viewer/growbuf.c         view->growbuf_lastindex += nread;
growbuf_lastindex  292 src/viewer/growbuf.c         && pageindex < (off_t) view->growbuf_lastindex)
growbuf_lastindex  122 src/viewer/internal.h     size_t growbuf_lastindex;   /* Number of bytes in the last page of the