Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgappinfo.h114 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,
Dgappinfo.c311 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()
Dgwin32appinfo.c353 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
Dgdesktopappinfo.c1251 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 …]
Dglocalfileinfo.c1227 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 …]
Dgfileinfo.h821 const char *content_type);
Dgcontenttype.c307 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()
Dgfileinfo.c1662 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()
Dgfile.c5080 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/
Ds_cb.c321 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()
Ds_apps.h169 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/
Dgwinhttpfile.c479 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/
Dpk7_lib.c190 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()
Dpk7_asn1.c162 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
Dpkcs7.h136 ASN1_OBJECT *content_type; member
/external/wpa_supplicant/
Dtlsv1_common.c296 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()
Dtlsv1_common.h227 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
/external/webkit/WebKitTools/Scripts/modules/
Dbugzilla.py138 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/
Dssl.h585 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 …
Dpkcs7.h136 ASN1_OBJECT *content_type; member
/external/openssl/ssl/
Dssl.h585 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 …
Dssl_lib.c1009 …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/
DxmlIO.c1852 char * content_type = (char *) "text/xml"; in xmlIOHTTPCloseWrite() local
1888 &content_type, content_encoding, in xmlIOHTTPCloseWrite()
1959 xmlFree( content_type ); in xmlIOHTTPCloseWrite()