Home
last modified time | relevance | path

Searched defs:utype (Results 1 – 19 of 19) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dtasn_new.c275 int utype; in ASN1_primitive_new() local
324 int utype; in asn1_primitive_clear() local
Dtasn_fre.c186 int utype; in ASN1_primitive_free() local
Dtasn_enc.c462 int utype; in asn1_i2d_ex_primitive() local
514 int utype; in asn1_ex_i2c() local
Dtasn_dec.c686 int ret = 0, utype; in asn1_d2i_ex_primitive() local
815 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dtasn_new.c319 int utype; in ASN1_primitive_new() local
370 int utype; in asn1_primitive_clear() local
Dtasn_fre.c192 int utype; in ASN1_primitive_free() local
Dtasn_enc.c488 int utype; in asn1_i2d_ex_primitive() local
550 int utype; in asn1_ex_i2c() local
Dtasn_dec.c735 int ret = 0, utype; in asn1_d2i_ex_primitive() local
864 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i()
/external/boringssl/src/crypto/x509/
Dasn1_gen.c119 int utype; member
307 int utype; in asn1_cb() local
469 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
648 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype) in asn1_str2type()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dasn1_gen.c119 int utype; member
307 int utype; in asn1_cb() local
469 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
648 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype) in asn1_str2type()
/external/flatbuffers/src/
Dreflection.cpp528 uint8_t utype, const uint8_t *elem, in VerifyUnion()
617 auto utype = type_vec->Get(j); in VerifyVector() local
692 auto utype = table->GetField<uint8_t>(utype_offset, 0); in VerifyObject() local
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp70 static uint32_t utype(uint32_t op, uint32_t rd, uint32_t imm) { in utype() function
/external/strace/
Dmsghdr.c239 const unsigned int utype = cmsg_type; in print_cmsg_type_data() local
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c826 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument
863 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_singular_field() argument
948 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c530 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument
664 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument
/external/boringssl/src/include/openssl/
Dasn1t.h465 long utype; /* underlying type */ member
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dasn1t.h518 long utype; /* underlying type */ member
/external/libabigail/src/
Dabg-dwarf-reader.cc12746 type_base_sptr utype = is_type(utype_decl); in build_qualified_type() local
12975 type_base_sptr utype = is_type(utype_decl); in build_pointer_type_def() local
13051 type_base_sptr utype = is_type(utype_decl); in build_reference_type() local
13581 type_base_sptr utype; in build_typedef_type() local
Dabg-ir.cc14934 const type_base_sptr& utype, in subrange_type()