Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c115 int send_expect_100; member
159 …00", "Force sending an Expect: 100-continue header for POST", OFFSET(send_expect_100), AV_OPT_TYPE…
1287 int send_expect_100 = 0; in http_connect() local
1312 if (s->send_expect_100 != -1) { in http_connect()
1313 send_expect_100 = s->send_expect_100; in http_connect()
1315 send_expect_100 = 0; in http_connect()
1323 send_expect_100 = 1; in http_connect()
1352 if (send_expect_100 && !has_header(s->headers, "\r\nExpect: ")) in http_connect()
1413 if (post && !s->post_data && !send_expect_100) { in http_connect()
/third_party/ffmpeg/doc/
Dprotocols.texi498 @item send_expect_100