Home
last modified time | relevance | path

Searched defs:HTTPContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c62 typedef struct HTTPContext { struct
63 const AVClass *class;
64 URLContext *hd;
65 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end;
66 int line_count;
67 int http_code;
69 uint64_t chunksize;
70 int chunkend;
71 uint64_t off, end_off, filesize;
72 char *location;
[all …]