Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
DRecord.pm73 my ($content_type, $version, $len) = unpack('Cnn', $packet);
83 print " Content type: ".$record_type{$content_type}."\n";
89 $content_type,
99 if ($content_type != RT_CCS
101 || $content_type != RT_ALERT)) {
113 .$record_type{$record->content_type()}."\n";
168 $content_type,
179 content_type => $content_type,
234 if ($self->content_type() == RT_ALERT) {
261 my $content_type = unpack("C", substr($data, length($data) - 1));
[all …]
/third_party/openssl/util/perl/TLSProxy/
DRecord.pm73 my ($content_type, $version, $len) = unpack('Cnn', $packet);
83 print " Content type: ".$record_type{$content_type}."\n";
89 $content_type,
99 if ($content_type != RT_CCS
101 || $content_type != RT_ALERT)) {
113 .$record_type{$record->content_type()}."\n";
168 $content_type,
179 content_type => $content_type,
234 if ($self->content_type() == RT_ALERT) {
261 my $content_type = unpack("C", substr($data, length($data) - 1));
[all …]
/third_party/ffmpeg/libavcodec/
Dav3a_parser.c76 uint8_t content_type; member
213 uint8_t content_type = 0; in read_av3a_frame_header() local
263 content_type = 0; in read_av3a_frame_header()
313 content_type = 1; in read_av3a_frame_header()
325 content_type = 2; in read_av3a_frame_header()
363 content_type = 3; in read_av3a_frame_header()
423 hdf->content_type = content_type; in read_av3a_frame_header()
425 if (hdf->content_type == 0) { in read_av3a_frame_header()
431 } else if (hdf->content_type == 1) { in read_av3a_frame_header()
435 } else if (hdf->content_type == 2) { in read_av3a_frame_header()
[all …]
Dcbs_internal.h67 enum CBSContentType content_type; member
183 .content_type = CBS_CONTENT_TYPE_POD, \
189 .content_type = CBS_CONTENT_TYPE_INTERNAL_REFS, \
197 .content_type = CBS_CONTENT_TYPE_COMPLEX, \
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvp9enc.cpp83 static GType content_type = 0; in gst_mf_vp9_enc_content_type_get_type() local
92 if (!content_type) { in gst_mf_vp9_enc_content_type_get_type()
93 content_type = in gst_mf_vp9_enc_content_type_get_type()
96 return content_type; in gst_mf_vp9_enc_content_type_get_type()
136 guint content_type; member
233 if (device_caps->content_type) { in gst_mf_vp9_enc_class_init()
327 self->content_type = DEFAULT_CONTENT_TYPE; in gst_mf_vp9_enc_init()
358 g_value_set_enum (value, self->content_type); in gst_mf_vp9_enc_get_property()
401 self->content_type = g_value_get_enum (value); in gst_mf_vp9_enc_set_property()
519 if (device_caps->content_type) { in gst_mf_vp9_enc_set_option()
[all …]
Dgstmfh265enc.cpp84 static GType content_type = 0; in gst_mf_h265_enc_content_type_get_type() local
93 if (!content_type) { in gst_mf_h265_enc_content_type_get_type()
94 content_type = in gst_mf_h265_enc_content_type_get_type()
97 return content_type; in gst_mf_h265_enc_content_type_get_type()
158 guint content_type; member
278 if (device_caps->content_type) { in gst_mf_h265_enc_class_init()
431 self->content_type = DEFAULT_CONTENT_TYPE; in gst_mf_h265_enc_init()
475 g_value_set_enum (value, self->content_type); in gst_mf_h265_enc_get_property()
545 self->content_type = g_value_get_enum (value); in gst_mf_h265_enc_set_property()
709 if (device_caps->content_type) { in gst_mf_h265_enc_set_option()
[all …]
Dgstmfh264enc.cpp124 static GType content_type = 0; in gst_mf_h264_enc_content_type_get_type() local
133 if (!content_type) { in gst_mf_h264_enc_content_type_get_type()
134 content_type = in gst_mf_h264_enc_content_type_get_type()
137 return content_type; in gst_mf_h264_enc_content_type_get_type()
212 guint content_type; member
388 if (device_caps->content_type) { in gst_mf_h264_enc_class_init()
548 self->content_type = DEFAULT_CONTENT_TYPE; in gst_mf_h264_enc_init()
617 g_value_set_enum (value, self->content_type); in gst_mf_h264_enc_get_property()
702 self->content_type = g_value_get_enum (value); in gst_mf_h264_enc_set_property()
970 if (device_caps->content_type) { in gst_mf_h264_enc_set_option()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsink.c183 sink->content_type = NULL; in gst_curl_http_sink_init()
202 g_free (this->content_type); in gst_curl_http_sink_finalize()
252 g_free (sink->content_type); in gst_curl_http_sink_set_property()
253 sink->content_type = g_value_dup_string (value); in gst_curl_http_sink_set_property()
254 GST_DEBUG_OBJECT (sink, "content type set to %s", sink->content_type); in gst_curl_http_sink_set_property()
271 g_free (sink->content_type); in gst_curl_http_sink_set_property()
272 sink->content_type = g_value_dup_string (value); in gst_curl_http_sink_set_property()
273 GST_DEBUG_OBJECT (sink, "content type set to %s", sink->content_type); in gst_curl_http_sink_set_property()
309 g_value_set_string (value, sink->content_type); in gst_curl_http_sink_get_property()
355 tmp = g_strdup_printf ("Content-Type: %s", sink->content_type); in gst_curl_http_sink_set_header_unlocked()
[all …]
/third_party/cef/libcef_dll/cpptoc/
Dserver_cpptoc.cc148 const cef_string_t* content_type, in server_send_http200response() argument
159 DCHECK(content_type); in server_send_http200response()
160 if (!content_type) in server_send_http200response()
169 connection_id, CefString(content_type), data, data_size); in server_send_http200response()
211 const cef_string_t* content_type, in server_send_http_response() argument
222 DCHECK(content_type); in server_send_http_response()
223 if (!content_type) in server_send_http_response()
233 connection_id, response_code, CefString(content_type), content_length, in server_send_http_response()
/third_party/cef/libcef_dll/ctocpp/
Dserver_ctocpp.cc147 const CefString& content_type, in SendHttp200Response() argument
159 DCHECK(!content_type.empty()); in SendHttp200Response()
160 if (content_type.empty()) in SendHttp200Response()
169 content_type.GetStruct(), data, data_size); in SendHttp200Response()
210 const CefString& content_type, in SendHttpResponse() argument
222 DCHECK(!content_type.empty()); in SendHttpResponse()
223 if (content_type.empty()) in SendHttpResponse()
235 content_type.GetStruct(), content_length, in SendHttpResponse()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.hh102 hb_buffer_content_type_t content_type; member
347 assert ((content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS) || in assert_glyphs()
348 (!len && (content_type == HB_BUFFER_CONTENT_TYPE_INVALID))); in assert_glyphs()
352 assert ((content_type == HB_BUFFER_CONTENT_TYPE_UNICODE) || in assert_unicode()
353 (!len && (content_type == HB_BUFFER_CONTENT_TYPE_INVALID))); in assert_unicode()
357 if (unlikely (content_type != HB_BUFFER_CONTENT_TYPE_GLYPHS)) in ensure_glyphs()
359 if (content_type != HB_BUFFER_CONTENT_TYPE_INVALID) in ensure_glyphs()
362 content_type = HB_BUFFER_CONTENT_TYPE_GLYPHS; in ensure_glyphs()
368 if (unlikely (content_type != HB_BUFFER_CONTENT_TYPE_UNICODE)) in ensure_unicode()
370 if (content_type != HB_BUFFER_CONTENT_TYPE_INVALID) in ensure_unicode()
[all …]
Dhb-buffer.cc239 content_type = HB_BUFFER_CONTENT_TYPE_INVALID; in clear()
773 hb_buffer_content_type_t content_type) in hb_buffer_set_content_type() argument
775 buffer->content_type = content_type; in hb_buffer_set_content_type()
793 return buffer->content_type; in hb_buffer_get_content_type()
1335 buffer->content_type = HB_BUFFER_CONTENT_TYPE_INVALID; in hb_buffer_set_length()
1607 buffer->content_type = HB_BUFFER_CONTENT_TYPE_UNICODE; in hb_buffer_add_utf()
1771 assert (buffer->content_type == source->content_type || in hb_buffer_append()
1793 buffer->content_type = source->content_type; in hb_buffer_append()
1801 if (source->content_type == HB_BUFFER_CONTENT_TYPE_UNICODE) in hb_buffer_append()
1949 if (buffer->content_type != reference->content_type && buffer->len && reference->len) in hb_buffer_diff()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DSymbolicFile.h68 template <class content_type>
70 : public std::iterator<std::forward_iterator_tag, content_type> {
71 content_type Current;
74 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator()
76 const content_type *operator->() const { return &Current; }
78 const content_type &operator*() const { return Current; }
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
Dstream.py88 _maybe_add('contentType', self.content_type)
402 def open_text(self, name, content_type=None, tags=None): argument
420 content_type=content_type,
447 def open_binary(self, name, content_type=None, tags=None): argument
465 content_type=content_type,
492 def open_datagram(self, name, content_type=None, tags=None): argument
508 content_type=content_type,
/third_party/cef/patch/patches/
Dchrome_plugins.patch143 - content_settings_agent->DidBlockContentType(content_type);
145 + content_settings_agent->DidBlockContentType(content_type);
153 - content_settings_agent->DidBlockContentType(content_type);
155 + content_settings_agent->DidBlockContentType(content_type);
163 - content_settings_agent->DidBlockContentType(content_type);
165 + content_settings_agent->DidBlockContentType(content_type);
173 - content_settings_agent->DidBlockContentType(content_type);
175 + content_settings_agent->DidBlockContentType(content_type);
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c160 char *content_type; member
675 try_match_header ("Content-type: ", buf, &pp->content_type); in process_multipart_headers()
773 pp->content_type, in process_value_to_boundary()
799 if ((NULL != pp->content_type) && (0 == (pp->have & NE_content_type))) in free_unmarked()
801 free (pp->content_type); in free_unmarked()
802 pp->content_type = NULL; in free_unmarked()
970 if ((pp->content_type != NULL) && in post_process_multipart()
971 (MHD_str_equal_caseless_n_ (pp->content_type, in post_process_multipart()
975 pp->nested_boundary = strstr (pp->content_type, "boundary="); in post_process_multipart()
991 free (pp->content_type); in post_process_multipart()
[all …]
/third_party/openssl/include/openssl/
Dhttp.h48 const char *content_type, int asn1,
50 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type,
74 const char *content_type, BIO *req,
91 const char *content_type, BIO *req,
/third_party/node/deps/openssl/openssl/include/openssl/
Dhttp.h48 const char *content_type, int asn1,
50 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type,
74 const char *content_type, BIO *req,
91 const char *content_type, BIO *req,
/third_party/ffmpeg/libavformat/
Dicecast.c37 char *content_type; member
64 …{ "content_type", "set content-type, MUST be set if not audio/mpeg", OFFSET(content_type), AV_OPT_…
121 if (NOT_EMPTY(s->content_type)) in icecast_open()
122 av_dict_set(&opt_dict, "content_type", s->content_type, 0); in icecast_open()
186 if (!s->content_type && size >= 8) { in icecast_write()
/third_party/nghttp2/src/
DHttpServer.h95 const std::string *content_type,
102 content_type(content_type), in path()
113 const std::string *content_type; member
174 const std::string *content_type,
/third_party/libwebsockets/lib/roles/http/
Dheader.c178 const char *content_type, lws_filepos_t content_len, in lws_add_http_common_headers() argument
188 if (content_type && in lws_add_http_common_headers()
190 (unsigned char *)content_type, in lws_add_http_common_headers()
191 (int)strlen(content_type), p, end)) in lws_add_http_common_headers()
195 if (!wsi->http.lcs && content_type && in lws_add_http_common_headers()
196 (!strncmp(content_type, "text/", 5) || in lws_add_http_common_headers()
197 !strcmp(content_type, "application/javascript") || in lws_add_http_common_headers()
198 !strcmp(content_type, "image/svg+xml"))) in lws_add_http_common_headers()
/third_party/openssl/test/
Dhttp_test.c121 const char content_type[] = "application/x-x509-ca-cert"; in test_http_x509() local
134 0 /* buf_size */, headers, content_type, in test_http_x509()
140 0 /* buf_size */, headers, content_type, in test_http_x509()
141 req, content_type, 1 /* expect_asn1 */, in test_http_x509()
163 const char *const content_type = "application/x-x509-ca-cert"; in test_http_keep_alive() local
182 content_type, 0 /* ASN.1 not expected */, in test_http_keep_alive()
/third_party/gstreamer/gstplugins_good/gst/icydemux/
Dgsticydemux.c158 if (icydemux->content_type) { in gst_icydemux_reset()
159 g_free (icydemux->content_type); in gst_icydemux_reset()
160 icydemux->content_type = NULL; in gst_icydemux_reset()
194 icydemux->content_type = g_strdup (tmp); in gst_icydemux_sink_setcaps()
454 if (G_UNLIKELY (icydemux->content_type)) { in gst_icydemux_typefind_or_forward()
455 if (!g_ascii_strcasecmp (icydemux->content_type, "video/nsv")) { in gst_icydemux_typefind_or_forward()
460 g_free (icydemux->content_type); in gst_icydemux_typefind_or_forward()
461 icydemux->content_type = NULL; in gst_icydemux_typefind_or_forward()
/third_party/cef/libcef/browser/
Dserver_impl.cc216 const CefString& content_type, in SendHttp200Response() argument
219 SendHttp200ResponseInternal(connection_id, content_type, in SendHttp200Response()
274 const CefString& content_type, in SendHttpResponse() argument
279 connection_id, response_code, content_type, in SendHttpResponse()
304 response.AddHeader(net::HttpRequestHeaders::kContentType, content_type); in SendHttpResponse()
382 const CefString& content_type, in SendHttp200ResponseInternal() argument
386 this, connection_id, content_type, in SendHttp200ResponseInternal()
404 server_->Send200(connection_id, *data, content_type, in SendHttp200ResponseInternal()
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc303 std::string content_type; in ContinueOnOriginatingThread() local
316 &content_type); in ContinueOnOriginatingThread()
332 if (content_type.empty()) { in ContinueOnOriginatingThread()
339 net::GetMimeTypeFromExtension(extension.substr(1), &content_type); in ContinueOnOriginatingThread()
342 loader_->AttachFileForUpload(file_element.path(), content_type); in ContinueOnOriginatingThread()
346 if (content_type.empty()) { in ContinueOnOriginatingThread()
347 content_type = net_service::kContentTypeApplicationFormURLEncoded; in ContinueOnOriginatingThread()
350 std::string(bytes_element.AsStringPiece()), content_type); in ContinueOnOriginatingThread()

12345678910>>...12