HomeSort by relevance Sort by last modified time
    Searched refs:ext_type (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.cc 119 GLenum ext_format = 0, ext_type = 0; local
120 GetAdditionalFormat(format, type, &ext_format, &ext_type);
121 if ((ext_format == format) && (ext_type == type)) {
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 470 UINT8 type, ctrl_type, ext_type = 0; local
581 ext_type = *p++;
582 extension_present = ext_type >> 7;
583 ext_type &= 0x7F;
586 if (ext_type)
618 ext_type = *p;
619 extension_present = ext_type >> 7;
620 ext_type &= 0x7F;
623 if (ext_type)
625 BNEP_TRACE_EVENT ("Data extension type 0x%x found", ext_type);
    [all...]
bnep_api.c 281 UINT8 extension_present = TRUE, *p, ext_type; local
288 ext_type = *p++;
289 extension_present = ext_type >> 7;
290 ext_type &= 0x7F;
293 if (ext_type)
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.h 37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
tlsv1_client.c 643 * @ext_type: Extension type
648 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
667 WPA_PUT_BE16(pos, ext_type);
674 if (ext_type == TLS_EXT_PAC_OPAQUE) {
tlsv1_server_read.c 57 u16 ext_type, ext_len; local
241 ext_type = WPA_GET_BE16(pos);
258 ext_type);
262 if (ext_type == TLS_EXT_SESSION_TICKET) {
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c 84 int ext_type; local
87 if ((ext_type = v3_check_generic(&value)))
88 return v3_generic_extension(name, value, crit, ext_type, ctx);
104 int ext_type; local
106 if ((ext_type = v3_check_generic(&value)))
108 value, crit, ext_type, ctx);
  /external/openssl/crypto/x509v3/
v3_conf.c 85 int ext_type; local
88 if ((ext_type = v3_check_generic(&value)))
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
105 int ext_type; local
107 if ((ext_type = v3_check_generic(&value)))
109 value, crit, ext_type, ctx);
  /external/wpa_supplicant_8/src/crypto/
tls_none.c 158 int ext_type, const u8 *data,
tls_internal.c 583 int ext_type, const u8 *data,
588 return tlsv1_client_hello_ext(conn->client, ext_type,
tls.h 477 * @ext_type: Extension type
484 int ext_type, const u8 *data,
tls_nss.c 600 int ext_type, const u8 *data,
tls_schannel.c 653 int ext_type, const u8 *data,
tls_openssl.c     [all...]
tls_gnutls.c 1139 int ext_type, const u8 *data,
  /external/e2fsprogs/misc/
mke2fs.c 1056 const char *ext_type = 0; local
1073 ext_type = fs_type;
1075 ext_type = "ext2";
1077 ext_type = "ext3";
1079 ext_type = "ext4";
1081 ext_type = strrchr(progname, '/');
1082 if (ext_type)
1083 ext_type++;
1085 ext_type = progname;
1087 if (!strncmp(ext_type, "mkfs.", 5))
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 233 m->m_ext.ext_type = type;
532 m->m_ext.ext_type = type;
648 if (m->m_ext.ext_type == EXT_CLUSTER){
671 m->m_ext.ext_type = 0;
840 (n->m_ext.ext_type == EXT_CLUSTER && M_WRITABLE(n)))
972 n->m_ext.ext_type = m->m_ext.ext_type;
    [all...]
user_mbuf.h 223 int ext_type; /* type of external storage */ member in struct:m_ext
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 552 ext_type = PlatformToExtensionType(self._platform)
554 if ext_type not in node.get('extension_types', (ext_type,)):
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py     [all...]
ModuleNode.py     [all...]

Completed in 644 milliseconds