Lines Matching refs:http_persistent
225 int http_persistent;
690 if (is_http && c->http_persistent && *pb) {
749 if (is_http && !in && c->http_persistent && c->playlist_pb) {
767 if (c->http_persistent)
775 if (is_http && c->http_persistent)
1281 if (c->http_persistent)
1481 if (!v->input || (c->http_persistent && v->input_read_done)) {
1615 if (c->http_persistent &&
2544 {"http_persistent", "Use persistent HTTP connections",
2545 OFFSET(http_persistent), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, FLAGS },