HomeSort by relevance Sort by last modified time
    Searched defs:content_type (Results 1 - 25 of 42) sorted by null

1 2

  /external/webrtc/webrtc/base/
multipart_unittest.cc 30 std::string content_type; local
31 multipart.GetContentType(&content_type);
32 EXPECT_EQ(kTestContentType, content_type);
  /external/boringssl/src/crypto/pkcs7/
pkcs7.c 45 CBS in, content_info, content_type, wrapped_signed_data, signed_data; local
61 !CBS_get_asn1(&content_info, &content_type, CBS_ASN1_OBJECT)) {
65 if (!CBS_mem_equal(&content_type, kPKCS7SignedData,
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.h 48 void QueueResponse(const std::string& status, const std::string& content_type,
55 std::string status, content_type, extra_headers, data; member in struct:ChannelMember::QueuedResponse
114 std::string* content_type);
data_socket.h 83 const std::string& content_type() const { return content_type_; } function in class:DataSocket
108 // header will be included. |content_type| is the mime content type, not
115 const std::string& content_type,
peer_channel.cc 113 ds->Send("200 OK", true, ds->content_type(), extra_headers,
118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
132 const std::string& content_type,
138 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers,
148 qr.content_type = content_type;
160 ds->Send(response.status, true, response.content_type,
257 std::string content_type; local
258 std::string response = BuildResponseForNewMember(*new_guy, &content_type);
259 ds->Send("200 Added", true, content_type, new_guy->GetPeerIdHeader()
    [all...]
  /external/libbrillo/brillo/http/
http_form_data.cc 34 const std::string& content_type,
38 content_type_{content_type},
77 const std::string& content_type,
81 content_type, local
95 const std::string& content_type,
97 : FormField{name, content_disposition, content_type, transfer_encoding},
116 const std::string& content_type,
120 content_type.empty() ? mime::multipart::kMixed : content_type,
160 const std::string& content_type,
172 content_type, local
    [all...]
http_utils.cc 388 auto content_type = RemoveParameters(response->GetContentType()); local
389 if (content_type != brillo::mime::application::kJson &&
390 content_type != brillo::mime::text::kPlain) {
393 "Unexpected response content type: " + content_type);
  /external/libevent/sample/
http-server.c 72 const char *content_type; member in struct:table_entry
101 return ent->content_type;
  /external/python/cpython3/Lib/email/
headerregistry.py 481 def content_type(self): member in class:ContentTypeHeader
  /external/webrtc/webrtc/
config.h 112 ContentType content_type; member in struct:webrtc::VideoEncoderConfig
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 395 CBS content_type, wrapped_contents, contents; local
399 if (!CBS_get_asn1(content_info, &content_type, CBS_ASN1_OBJECT) ||
407 if (CBS_mem_equal(&content_type, kPKCS7EncryptedData,
449 } else if (CBS_mem_equal(&content_type, kPKCS7Data, sizeof(kPKCS7Data))) {
474 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; local
525 if (!CBS_get_asn1(&authsafe, &content_type, CBS_ASN1_OBJECT) ||
534 if (!CBS_mem_equal(&content_type, kPKCS7Data, sizeof(kPKCS7Data))) {
  /external/libmicrohttpd/src/microhttpd/
postprocessor.c 160 char *content_type; member in struct:MHD_PostProcessor
675 try_match_header ("Content-type: ", buf, &pp->content_type);
773 pp->content_type,
799 if ((NULL != pp->content_type) && (0 == (pp->have & NE_content_type)))
801 free (pp->content_type);
802 pp->content_type = NULL;
970 if ((pp->content_type != NULL) &&
971 (MHD_str_equal_caseless_n_ (pp->content_type,
975 pp->nested_boundary = strstr (pp->content_type, "boundary=");
991 free (pp->content_type);
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 100 hb_buffer_content_type_t content_type; member in struct:hb_buffer_t
  /external/libcups/filter/
pstops.c 2307 const char *content_type; \/* Original content type *\/ local
    [all...]
  /external/libxml2/
xmlIO.c 1953 char * content_type = (char *) "text\/xml"; local
    [all...]
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 1107 String8 content_type; local
1108 if (!parseNullTerminatedString(&offset, &size, &content_type)) {
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp_ext.h 360 uint32_t content_type; member in struct:mdp_hdr_stream
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp_ext.h 809 uint32_t content_type; member in struct:mdp_hdr_stream
  /hardware/qcom/display/msm8909/sdm/include/private/
color_params.h 292 PPDEContentType content_type = kDeContentTypeUnknown; member in struct:sdm::PPDETuningCfg
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
color_params.h 290 PPDEContentType content_type = kDeContentTypeUnknown; member in struct:sdm::PPDETuningCfg
  /hardware/qcom/display/msm8998/sdm/include/private/
color_params.h 286 PPDEContentType content_type = kDeContentTypeUnknown; member in struct:sdm::PPDETuningCfg
  /system/media/audio/include/system/
audio.h 69 audio_content_type_t content_type; member in struct:__anon3122
539 audio_content_type_t content_type; member in struct:playback_track_metadata
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 666 String part_name = null, file_name = null, content_type = null; local
686 content_type = matcher.group(2).trim();
703 if (content_type == null) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2895 vp9e_tune_content content_type = cpi->oxcf.content; local
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 937 milliseconds

1 2