Home
last modified time | relevance | path

Searched refs:ext_type (Results 1 – 22 of 22) sorted by relevance

/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c470 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 …]
Dbnep_api.c281 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/
Dmke2fs.c1056 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/
Dgl_helper_readback_support.cc119 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/
Dv3_conf.c85 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/
Dv3_conf.c84 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/
Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
Dtlsv1_client.c648 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()
Dtlsv1_server_read.c57 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/
Duser_mbuf.c233 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()
Duser_mbuf.h223 int ext_type; /* type of external storage */ member
/external/wpa_supplicant_8/src/crypto/
Dtls_none.c158 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
Dtls_internal.c583 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()
Dtls.h484 int ext_type, const u8 *data,
Dtls_nss.c600 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
Dtls_schannel.c653 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
Dtls_openssl.c2904 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()
Dtls_gnutls.c1139 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
/external/nanopb-c/generator/
Dnanopb_generator.py927 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/
Djsc_view.py552 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/
DOptimize.py2361 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)
DModuleNode.py2224 for ext_type in sorted(env.types_imported, key=operator.attrgetter('typeptr_cname')):
2226 ext_type.typeptr_cname, ext_type,