Home | History | Annotate | Download | only in libtests

Lines Matching refs:read_count

377    size_t               read_count; /* count of bytes read from current */
423 buffer->read_count = 0;
813 size_t read_count = bp->read_count;
820 (last == bp->last && read_count >= bp->end_count))
828 else if (read_count >= sizeof last->buffer)
832 read_count = 0;
844 avail = (sizeof last->buffer) - read_count;
848 memcpy(data, last->buffer + read_count, avail);
849 read_count += avail;
854 bp->read_count = read_count;