Lines Matching defs:read
650 // bypass the buffer and read data directly into buf
833 int64_t read = 0;
849 ((max_len < 0) || (read + len < max_len)));
851 read += len;
852 } while (!end && ((max_len < 0) || (read < max_len)));
861 if (!c && !read && avio_feof(s))
864 return read;
913 #define GET_STR16(type, read) \
923 GET_UTF16(ch, (ret += 2) <= maxlen ? read(pb) : 0, break;)\
1274 av_log(s, AV_LOG_VERBOSE, "Statistics: %"PRId64" bytes read, %d seeks\n",