Home
last modified time | relevance | path

Searched refs:willclose (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c84 int willclose; member
429 if (s->willclose) in ff_http_do_new_request2()
1034 s->willclose = 1; in process_line()
1088 s->willclose = 1; in process_line()
1407 s->willclose = 0; in http_connect()
1489 if ((!s->willclose || s->chunksize == UINT64_MAX) && s->off >= target_end) in http_buf_read()
1493 (!s->willclose || s->chunksize == UINT64_MAX) && s->off < target_end) { in http_buf_read()