Searched refs:r_index (Results 1 – 2 of 2) sorted by relevance
75 chdr->r_index = 0; in cbuf_init()98 size_t until_end = chdr->size - chdr->r_index; in cbuf_get_w_index()100 return chdr->r_index + chdr->used; in cbuf_get_w_index()129 size_t bytes_to_end = chdr->size - chdr->r_index; in cbuf_read_unsafe()131 copy_into(data, data_offset, buf_data, chdr->r_index, numbytes); in cbuf_read_unsafe()133 chdr->r_index += numbytes; in cbuf_read_unsafe()137 copy_into(data, data_offset, buf_data, chdr->r_index, bytes_to_end); in cbuf_read_unsafe()140 chdr->r_index = numbytes - bytes_to_end; in cbuf_read_unsafe()163 oldpos = chdr->r_index; in cbuf_read_offset()164 chdr->r_index = (chdr->r_index + offset) % chdr->size; in cbuf_read_offset()[all …]
44 size_t r_index; member