Home
last modified time | relevance | path

Searched refs:http_method (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwebm_chunk.c43 char *http_method; member
105 if (wc->http_method) in webm_chunk_init()
106 if ((ret = av_dict_set(&dict, "method", wc->http_method, 0)) < 0) in webm_chunk_init()
204 if (wc->http_method) in chunk_end()
205 if ((ret = av_dict_set(&options, "method", wc->http_method, 0)) < 0) in chunk_end()
287 …{ "method", "set the HTTP method", OFFSET(http_method), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, …
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dtest_http_src.c91 HttpMethod http_method; member
217 src->http_method = METHOD_GET; in gst_test_http_src_init()
501 if (src->http_method == METHOD_INVALID) { in gst_test_http_src_create()
507 } else if (src->http_method == METHOD_HEAD) { in gst_test_http_src_create()
573 src->http_method = METHOD_INVALID; in gst_test_http_src_set_property()
577 src->http_method = gst_test_http_src_methods[i].method; in gst_test_http_src_set_property()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h136 enum http_method enum
337 const char *http_method_str(enum http_method m);
Dhttp_parser.c966 parser->method = (enum http_method) 0; in http_parser_execute()
2137 http_method_str (enum http_method m) in http_method_str()
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp87 switch(static_cast<http_method>(method)) in method_to_string()
/third_party/libwebsockets/lib/system/smd/
DREADME.md227 "http_method": "GET",
/third_party/libwebsockets/lib/secure-streams/
DREADME.md497 ### `http_method`
775 "http_method": "GET",
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch23751 + const std::string& http_method,
23755 + const std::string& http_method,