Searched refs:max_length (Results 1 – 3 of 3) 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);
5996 static void PrintOnOneLine(const char* str, int max_length) { in PrintOnOneLine() argument5999 if (i >= max_length) { in PrintOnOneLine()