Lines Matching defs:http
38 #include "http.h"
157 { "http_version", "export the http response version", OFFSET(http_version), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, AV_OPT_FLAG_EXPORT | AV_OPT_FLAG_READONLY },
174 { "reconnect_on_http_error", "list of http status codes to reconnect on", OFFSET(reconnect_on_http_error), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D },
179 { "reply_code", "The http status code to return to a client", OFFSET(reply_code), AV_OPT_TYPE_INT, { .i64 = 200}, INT_MIN, 599, E},
222 proxy_path && av_strstart(proxy_path, "http://", NULL);
465 !(!strcmp(h->prot->name, "http") ||
1413 /* send http header */
1994 HTTP_CLASS(http);
1997 .name = "http",
2011 .default_whitelist = "http,https,tls,rtp,tcp,udp,crypto,httpproxy,data"
2031 .default_whitelist = "http,https,tls,rtp,tcp,udp,crypto,httpproxy"