Lines Matching defs:read
94 /* A flag which indicates we have finished to read POST reply. */
106 /* how much data was read since the last ICY metadata packet */
108 /* after how many bytes of read data a new metadata packet will be found */
162 { "metadata", "metadata read from the bitstream", OFFSET(metadata), AV_OPT_TYPE_DICT, {0}, 0, 0, AV_OPT_FLAG_EXPORT },
1536 /* Pretend that it did work. We didn't read any header yet, since
1584 http_get_line(s, line, sizeof(line)); // read empty chunk
1602 /* read bytes from input buffer first */
1647 int read = http_buf_read(h, s->inflate_buffer, DECOMPRESS_BUF_SIZE);
1648 if (read <= 0)
1649 return read;
1651 s->inflate_stream.avail_in = read;
1864 av_log(h, AV_LOG_ERROR, "URL read error: %s\n", av_err2str(read_ret));