/external/bluetooth/bluedroid/stack/bnep/ |
D | bnep_main.c | 470 UINT8 type, ctrl_type, ext_type = 0; in bnep_data_ind() local 581 ext_type = *p++; in bnep_data_ind() 582 extension_present = ext_type >> 7; in bnep_data_ind() 583 ext_type &= 0x7F; in bnep_data_ind() 586 if (ext_type) in bnep_data_ind() 618 ext_type = *p; in bnep_data_ind() 619 extension_present = ext_type >> 7; in bnep_data_ind() 620 ext_type &= 0x7F; in bnep_data_ind() 623 if (ext_type) in bnep_data_ind() 625 BNEP_TRACE_EVENT ("Data extension type 0x%x found", ext_type); in bnep_data_ind() [all …]
|
D | bnep_api.c | 281 UINT8 extension_present = TRUE, *p, ext_type; in BNEP_ConnectResp() local 288 ext_type = *p++; in BNEP_ConnectResp() 289 extension_present = ext_type >> 7; in BNEP_ConnectResp() 290 ext_type &= 0x7F; in BNEP_ConnectResp() 293 if (ext_type) in BNEP_ConnectResp()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1056 const char *ext_type = 0; in parse_fs_type() local 1073 ext_type = fs_type; in parse_fs_type() 1075 ext_type = "ext2"; in parse_fs_type() 1077 ext_type = "ext3"; in parse_fs_type() 1079 ext_type = "ext4"; in parse_fs_type() 1081 ext_type = strrchr(progname, '/'); in parse_fs_type() 1082 if (ext_type) in parse_fs_type() 1083 ext_type++; in parse_fs_type() 1085 ext_type = progname; in parse_fs_type() 1087 if (!strncmp(ext_type, "mkfs.", 5)) { in parse_fs_type() [all …]
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_readback_support.cc | 119 GLenum ext_format = 0, ext_type = 0; in SupportsFormat() local 120 GetAdditionalFormat(format, type, &ext_format, &ext_type); in SupportsFormat() 121 if ((ext_format == format) && (ext_type == type)) { in SupportsFormat()
|
/external/openssl/crypto/x509v3/ |
D | v3_conf.c | 85 int ext_type; in X509V3_EXT_nconf() local 88 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf() 89 return v3_generic_extension(name, value, crit, ext_type, ctx); in X509V3_EXT_nconf() 105 int ext_type; in X509V3_EXT_nconf_nid() local 107 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_nid() 109 value, crit, ext_type, ctx); in X509V3_EXT_nconf_nid()
|
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 84 int ext_type; in X509V3_EXT_nconf() local 87 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf() 88 return v3_generic_extension(name, value, crit, ext_type, ctx); in X509V3_EXT_nconf() 104 int ext_type; in X509V3_EXT_nconf_nid() local 106 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_nid() 108 value, crit, ext_type, ctx); in X509V3_EXT_nconf_nid()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client.h | 37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
|
D | tlsv1_client.c | 648 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext() argument 667 WPA_PUT_BE16(pos, ext_type); in tlsv1_client_hello_ext() 674 if (ext_type == TLS_EXT_PAC_OPAQUE) { in tlsv1_client_hello_ext()
|
D | tlsv1_server_read.c | 57 u16 ext_type, ext_len; in tls_process_client_hello() local 241 ext_type = WPA_GET_BE16(pos); in tls_process_client_hello() 258 ext_type); in tls_process_client_hello() 262 if (ext_type == TLS_EXT_SESSION_TICKET) { in tls_process_client_hello()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_mbuf.c | 233 m->m_ext.ext_type = type; in clust_constructor_dup() 532 m->m_ext.ext_type = type; in mb_ctor_clust() 648 if (m->m_ext.ext_type == EXT_CLUSTER){ in mb_free_ext() 671 m->m_ext.ext_type = 0; in mb_free_ext() 840 (n->m_ext.ext_type == EXT_CLUSTER && M_WRITABLE(n))) in m_pulldown() 972 n->m_ext.ext_type = m->m_ext.ext_type; in mb_dupcl()
|
D | user_mbuf.h | 223 int ext_type; /* type of external storage */ member
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_none.c | 158 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
D | tls_internal.c | 583 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument 588 return tlsv1_client_hello_ext(conn->client, ext_type, in tls_connection_client_hello_ext()
|
D | tls.h | 484 int ext_type, const u8 *data,
|
D | tls_nss.c | 600 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
D | tls_schannel.c | 653 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
D | tls_openssl.c | 2904 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument 2907 if (conn == NULL || conn->ssl == NULL || ext_type != 35) in tls_connection_client_hello_ext() 2915 if (SSL_set_hello_extension(conn->ssl, ext_type, (void *) data, in tls_connection_client_hello_ext()
|
D | tls_gnutls.c | 1139 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 927 ext_type = nanopb_pb2.nanopb 929 ext_type = nanopb_pb2.nanopb_fileopt 931 ext_type = nanopb_pb2.nanopb_msgopt 933 ext_type = nanopb_pb2.nanopb_enumopt 937 if subdesc.options.HasExtension(ext_type): 938 ext = subdesc.options.Extensions[ext_type]
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | jsc_view.py | 552 ext_type = PlatformToExtensionType(self._platform) 554 if ext_type not in node.get('extension_types', (ext_type,)):
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Optimize.py | 2361 ext_type = type_arg.type_entry.type 2362 if (ext_type.is_extension_type and ext_type.typeobj_cname and 2363 ext_type.scope.global_scope() == self.current_env().global_scope()): 2366 slot_func_cname = TypeSlots.get_slot_function(ext_type.scope, tp_slot)
|
D | ModuleNode.py | 2224 for ext_type in sorted(env.types_imported, key=operator.attrgetter('typeptr_cname')): 2226 ext_type.typeptr_cname, ext_type,
|