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

  /external/chromium/net/tools/fetch/
http_server_response_info.h 28 std::string content_type; member in class:HttpServerResponseInfo
  /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/bluetooth/glib/gio/
gcontenttype.c 307 char *key, *content_type; local
312 content_type = get_registry_classes_key (key, L"Extension");
315 return content_type;
    [all...]
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...]
gfile.c 5080 const char *content_type; local
    [all...]
  /external/libxml2/
xmlIO.c 1852 char * content_type = (char *) "text\/xml"; local
    [all...]
  /external/openssl/crypto/pkcs7/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
  /external/openssl/include/openssl/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
  /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...]

Completed in 318 milliseconds