Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
44 #include "version.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 },
1085 char *tag, *p, *end, *method, *resource, *version;
1132 // HTTP version
1135 version = p;
1139 if (av_strncasecmp(version, "HTTP/", 5)) {
1140 av_log(h, AV_LOG_ERROR, "Malformed HTTP version string.\n");
1143 av_log(h, AV_LOG_TRACE, "HTTP version string: %s\n", version);
1990 .version = LIBAVUTIL_VERSION_INT, \