Home
last modified time | relevance | path

Searched defs:itname (Results 1 – 7 of 7) sorted by relevance

/external/cronet/third_party/boringssl/src/include/openssl/
Dasn1t.h84 #define ASN1_ITEM_start(itname) \ argument
87 #define ASN1_ITEM_end(itname) \ argument
554 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument
560 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument
580 #define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname… argument
582 #define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
591 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
601 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
611 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
615 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ argument
[all …]
Dasn1.h1792 #define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
1796 #define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
/external/boringssl/src/include/openssl/
Dasn1t.h84 #define ASN1_ITEM_start(itname) \ argument
87 #define ASN1_ITEM_end(itname) \ argument
554 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument
560 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument
580 #define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname… argument
582 #define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
591 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
601 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
611 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
615 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ argument
[all …]
Dasn1.h1792 #define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
1796 #define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dasn1t.h81 #define ASN1_ITEM_start(itname) \ argument
84 #define ASN1_ITEM_end(itname) \ argument
609 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument
615 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument
635 #define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname… argument
637 #define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
646 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
656 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
666 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
670 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ argument
[all …]
Dasn1.h893 #define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
897 #define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
/external/cronet/net/base/
Dnetwork_interfaces_linux.cc164 std::map<int, std::string>::const_iterator itname = in GetNetworkListImpl() local