Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c86 int chunked_post; member
138 …{ "chunked_post", "use chunked transfer-encoding for posts", OFFSET(chunked_post), AV_OPT_TYPE_BOO…
507 s->chunked_post = 0; in http_write_reply()
523 s->chunked_post = 1; in http_write_reply()
1298 s->chunked_post = 0; in http_connect()
1331 if (post && s->chunked_post) in http_connect()
1704 if (!s->chunked_post) { in http_write()
1730 if (((flags & AVIO_FLAG_WRITE) && s->chunked_post) || in http_shutdown()
1731 ((flags & AVIO_FLAG_READ) && s->chunked_post && s->listen)) { in http_shutdown()
/third_party/ffmpeg/doc/
Dprotocols.texi383 @item chunked_post
492 ffmpeg -i somefile.ogg -chunked_post 0 -c copy -f ogg http://@var{server}:@var{port}