Searched refs:max_length (Results 1 – 2 of 2) sorted by relevance
342 size_t rb_read (void *ctx, u8 *buf, size_t max_length) in rb_read() argument349 while (bytes_read < max_length) { in rb_read()364 (max_length - bytes_read)) { in rb_read()368 cur_cpy_len = max_length - bytes_read; in rb_read()380 (max_length - bytes_read)); in rb_read()388 (max_length - bytes_read)); in rb_read()
63 size_t rb_read(void *ctx, u8 *buf, size_t max_length);