Searched refs:max_length (Results 1 – 2 of 2) sorted by relevance
343 size_t rb_read (void *ctx, u8 *buf, size_t max_length) in rb_read() argument350 while (bytes_read < max_length) { in rb_read()365 (max_length - bytes_read)) { in rb_read()369 cur_cpy_len = max_length - bytes_read; in rb_read()381 (max_length - bytes_read)); in rb_read()389 (max_length - bytes_read)); in rb_read()
63 size_t rb_read(void *ctx, u8 *buf, size_t max_length);