Searched defs:HTTPContext (Results 1 – 1 of 1) sorted by relevance
66 typedef struct HTTPContext { struct67 const AVClass *class;68 URLContext *hd;69 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end;70 int line_count;71 int http_code;73 uint64_t chunksize;74 int chunkend;75 uint64_t off, end_off, filesize;76 char *uri;[all …]