/external/bluetooth/glib/gio/ |
D | 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,
|
D | gappinfo.c | 311 const char *content_type, in g_app_info_set_as_default_for_type() argument 317 g_return_val_if_fail (content_type != NULL, FALSE); in g_app_info_set_as_default_for_type() 321 return (* iface->set_as_default_for_type) (appinfo, content_type, error); in g_app_info_set_as_default_for_type() 369 const char *content_type, in g_app_info_add_supports_type() argument 375 g_return_val_if_fail (content_type != NULL, FALSE); in g_app_info_add_supports_type() 380 return (* iface->add_supports_type) (appinfo, content_type, error); in g_app_info_add_supports_type() 427 const char *content_type, in g_app_info_remove_supports_type() argument 433 g_return_val_if_fail (content_type != NULL, FALSE); in g_app_info_remove_supports_type() 438 return (* iface->remove_supports_type) (appinfo, content_type, error); in g_app_info_remove_supports_type()
|
D | gwin32appinfo.c | 353 const char *content_type, in g_win32_app_info_set_as_default_for_type() argument 509 g_app_info_get_all_for_type (const char *content_type) in g_app_info_get_all_for_type() argument 520 wc_key = g_utf8_to_utf16 (content_type, -1, NULL, NULL, NULL); in g_app_info_get_all_for_type() 592 g_app_info_get_default_for_type (const char *content_type, in g_app_info_get_default_for_type() argument 599 wtype = g_utf8_to_utf16 (content_type, -1, NULL, NULL, NULL); in g_app_info_get_default_for_type() 666 g_app_info_reset_type_associations (const char *content_type) in g_app_info_reset_type_associations() argument
|
D | gdesktopappinfo.c | 1251 const char *content_type, in update_mimeapps_list() argument 1285 if (content_type) in update_mimeapps_list() 1288 content_types[0] = g_strdup (content_type); in update_mimeapps_list() 1333 system_list = get_all_desktop_entries_for_mime_type (content_type, (const char **)list); in update_mimeapps_list() 1367 if (content_type) in update_mimeapps_list() 1433 const char *content_type, in g_desktop_app_info_set_as_default_for_type() argument 1441 return update_mimeapps_list (info->desktop_id, content_type, TRUE, FALSE, FALSE, error); in g_desktop_app_info_set_as_default_for_type() 1550 const char *content_type, in g_desktop_app_info_add_supports_type() argument 1558 return update_mimeapps_list (info->desktop_id, content_type, FALSE, TRUE, FALSE, error); in g_desktop_app_info_add_supports_type() 1569 const char *content_type, in g_desktop_app_info_remove_supports_type() argument [all …]
|
D | glocalfileinfo.c | 1227 char *content_type; in get_content_type() local 1230 content_type = g_content_type_guess (basename, NULL, 0, &result_uncertain); in get_content_type() 1257 g_free (content_type); in get_content_type() 1258 content_type = g_content_type_guess (basename, sniff_buffer, res, NULL); in get_content_type() 1264 return content_type; in get_content_type() 1567 …char *content_type = get_content_type (basename, path, &statbuf, is_symlink, symlink_broken, flags… in _g_local_file_info_get() local 1569 if (content_type) in _g_local_file_info_get() 1571 g_file_info_set_content_type (info, content_type); in _g_local_file_info_get() 1584 icon = g_content_type_get_icon (content_type); in _g_local_file_info_get() 1603 g_free (content_type); in _g_local_file_info_get() [all …]
|
D | gfileinfo.h | 821 const char *content_type);
|
D | gcontenttype.c | 307 char *key, *content_type; in g_content_type_from_mime_type() local 312 content_type = get_registry_classes_key (key, L"Extension"); in g_content_type_from_mime_type() 315 return content_type; in g_content_type_from_mime_type()
|
D | gfileinfo.c | 1662 const char *content_type) in g_file_info_set_content_type() argument 1668 g_return_if_fail (content_type != NULL); in g_file_info_set_content_type() 1675 _g_file_attribute_value_set_string (value, content_type); in g_file_info_set_content_type()
|
D | gfile.c | 5080 const char *content_type; in g_file_query_default_handler() local 5102 content_type = g_file_info_get_content_type (info); in g_file_query_default_handler() 5103 if (content_type) in g_file_query_default_handler() 5107 appinfo = g_app_info_get_default_for_type (content_type, in g_file_query_default_handler()
|
/external/openssl/apps/ |
D | s_cb.c | 321 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SS… in msg_cb() argument 406 switch (content_type) in msg_cb() 419 if (content_type == 21) /* Alert */ in msg_cb() 511 if (content_type == 22) /* Handshake */ in msg_cb()
|
D | s_apps.h | 169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SS…
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 479 wchar_t *content_type; in g_winhttp_file_query_info() local 556 content_type = NULL; in g_winhttp_file_query_info() 561 &content_type, in g_winhttp_file_query_info() 564 char *ct = g_utf16_to_utf8 (content_type, -1, NULL, NULL, NULL); in g_winhttp_file_query_info()
|
/external/openssl/crypto/pkcs7/ |
D | pk7_lib.c | 190 p7->d.signed_and_enveloped->enc_data->content_type in PKCS7_set_type() 199 p7->d.enveloped->enc_data->content_type in PKCS7_set_type() 208 p7->d.encrypted->enc_data->content_type in PKCS7_set_type()
|
D | pk7_asn1.c | 162 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
|
D | pkcs7.h | 136 ASN1_OBJECT *content_type; member
|
/external/wpa_supplicant/ |
D | tlsv1_common.c | 296 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send() argument 306 *pos++ = content_type; in tlsv1_record_send()
|
D | tlsv1_common.h | 227 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
|
/external/webkit/WebKitTools/Scripts/modules/ |
D | bugzilla.py | 138 content_type = "&ctype=xml" if xml else "" 139 return "%sshow_bug.cgi?id=%s%s" % (self.bug_server_url, bug_id, content_type)
|
/external/openssl/include/openssl/ |
D | ssl.h | 585 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, … 586 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const vo… 743 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL … 919 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL …
|
D | pkcs7.h | 136 ASN1_OBJECT *content_type; member
|
/external/openssl/ssl/ |
D | ssl.h | 585 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, … 586 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const vo… 743 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL … 919 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL …
|
D | ssl_lib.c | 1009 …s->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t le… in SSL_callback_ctrl() 1097 …ctx->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t … in SSL_CTX_callback_ctrl() 2652 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, … in SSL_CTX_set_msg_callback() argument 2656 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const vo… in SSL_set_msg_callback() argument
|
/external/libxml2/ |
D | xmlIO.c | 1852 char * content_type = (char *) "text/xml"; in xmlIOHTTPCloseWrite() local 1888 &content_type, content_encoding, in xmlIOHTTPCloseWrite() 1959 xmlFree( content_type ); in xmlIOHTTPCloseWrite()
|