Searched refs:http_method (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | webm_chunk.c | 43 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/ |
D | test_http_src.c | 91 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/ |
D | http_parser.h | 136 enum http_method enum 337 const char *http_method_str(enum http_method m);
|
D | http_parser.c | 966 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/ |
D | nodejs_parser.hpp | 87 switch(static_cast<http_method>(method)) in method_to_string()
|
/third_party/libwebsockets/lib/system/smd/ |
D | README.md | 227 "http_method": "GET",
|
/third_party/libwebsockets/lib/secure-streams/ |
D | README.md | 497 ### `http_method` 775 "http_method": "GET",
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 23751 + const std::string& http_method, 23755 + const std::string& http_method,
|