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

1 2

  /external/chromium/net/tools/fetch/
http_server_response_info.h 28 std::string content_type; member in class:HttpServerResponseInfo
http_session.cc 30 response_info.content_type = "text/plain";
http_listen_socket.cc 222 if (info->content_type.length())
223 response += "Content-type: " + info->content_type + "\r\n";
  /external/webkit/WebKitTools/simplejson/
jsonfilter.py 17 if environ.get('CONTENT_TYPE', '') == self.mime_type:
24 content_type = 'text/javascript'
28 content_type = 'text/plain'
30 content_type = self.mime_type
32 ('Content-type', content_type),
  /external/bluetooth/glib/gio/
gappinfo.h 114 const char *content_type,
120 const char *content_type,
124 const char *content_type,
158 const char *content_type,
164 const char *content_type,
168 const char *content_type,
174 GList * g_app_info_get_all_for_type (const char *content_type);
175 void g_app_info_reset_type_associations (const char *content_type);
176 GAppInfo *g_app_info_get_default_for_type (const char *content_type,
gappinfo.c 302 * @content_type: the content type.
311 const char *content_type,
317 g_return_val_if_fail (content_type != NULL, FALSE);
321 return (* iface->set_as_default_for_type) (appinfo, content_type, error);
359 * @content_type: a string.
369 const char *content_type,
375 g_return_val_if_fail (content_type != NULL, FALSE);
380 return (* iface->add_supports_type) (appinfo, content_type, error);
418 * @content_type: a string.
427 const char *content_type,
    [all...]
gwin32appinfo.c 353 const char *content_type,
509 g_app_info_get_all_for_type (const char *content_type)
520 wc_key = g_utf8_to_utf16 (content_type, -1, NULL, NULL, NULL);
592 g_app_info_get_default_for_type (const char *content_type,
599 wtype = g_utf8_to_utf16 (content_type, -1, NULL, NULL, NULL);
666 g_app_info_reset_type_associations (const char *content_type)
glocalfileinfo.c 1227 char *content_type; local
1230 content_type = g_content_type_guess (basename, NULL, 0, &result_uncertain);
1257 g_free (content_type);
1258 content_type = g_content_type_guess (basename, sniff_buffer, res, NULL);
1264 return content_type;
1567 char *content_type = get_content_type (basename, path, &statbuf, is_symlink, symlink_broken, flags, FALSE); local
1610 char *content_type = get_content_type (basename, path, &statbuf, is_symlink, symlink_broken, flags, TRUE); local
    [all...]
gdesktopappinfo.c 1251 const char *content_type,
1285 if (content_type)
1288 content_types[0] = g_strdup (content_type);
1333 system_list = get_all_desktop_entries_for_mime_type (content_type, (const char **)list);
    [all...]
gfileinfo.h 821 const char *content_type);
    [all...]
gcontenttype.c 307 char *key, *content_type; local
312 content_type = get_registry_classes_key (key, L"Extension");
315 return content_type;
    [all...]
gfileinfo.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 180 * @param content_type: int
184 protected byte[] wrap(byte content_type, DataStream dataStream) {
186 return wrap(content_type, fragment, 0, fragment.length);
192 * @param content_type: int
196 protected byte[] wrap(byte content_type,
213 activeWriteState.encrypt(content_type, fragment, offset, len);
226 return packetize(content_type, version, ciphered_fragment);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.h 68 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
tlsv1_record.c 140 * @content_type: Content type (TLS_CONTENT_TYPE_*)
152 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
162 *pos++ = content_type;
  /external/openssl/apps/
s_apps.h 169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
s_cb.c 342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)
436 switch (content_type)
449 if (content_type == 21) /* Alert */
556 if (content_type == 22) /* Handshake */
  /development/scripts/app_engine_server/
memcache_zipserve.py 327 content_type, encoding = mimetypes.guess_type(name)
328 if content_type:
329 self.response.headers['Content-Type'] = content_type
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 479 wchar_t *content_type; local
556 content_type = NULL;
561 &content_type,
564 char *ct = g_utf16_to_utf8 (content_type, -1, NULL, NULL, NULL);
  /external/wpa_supplicant/
tlsv1_common.h 227 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
tlsv1_common.c 284 * @content_type: Content type (TLS_CONTENT_TYPE_*)
296 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
306 *pos++ = content_type;
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 550 string content_type = fd1->headers->GetHeader("Content-Type").as_string(); local
551 if (content_type.length() == 0) {
563 if (content_type.find("css") != string::npos)
565 else if (content_type.find("cript") != string::npos)
567 else if (content_type.find("html") != string::npos)
589 new_value = content_type + "!!" + url;
1657 string content_type = local
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_lib.c 191 p7->d.signed_and_enveloped->enc_data->content_type
200 p7->d.enveloped->enc_data->content_type
209 p7->d.encrypted->enc_data->content_type
pk7_asn1.c 193 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
  /external/chromium/net/tools/testserver/
testserver.py 934 content_type = self.path[query_char + 1:].strip()
935 if not content_type:
936 content_type = 'text/html'
938 self.send_header('Content-Type', content_type)
    [all...]

Completed in 417 milliseconds

1 2