Home
last modified time | relevance | path

Searched refs:protocol_name (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test699 OBJC1_32BIT_EXE: protocol_name 0x00002dd3 NSApplicationDelegate
705 OBJC1_32BIT_EXE: protocol_name 0x000025af NSObject
784 OBJC1_32BIT_EXE: protocol_name 0x00002dd3 NSApplicationDelegate
790 OBJC1_32BIT_EXE: protocol_name 0x000025af NSObject
906 PROTOCOL: protocol_name 0x000025af NSObject
970 PROTOCOL: protocol_name 0x00002dd3 NSApplicationDelegate
976 PROTOCOL: protocol_name 0x000025af NSObject
/external/boringssl/src/ssl/
Dt1_lib.c1337 CBS protocol_name; in tls1_alpn_handle_client_hello() local
1339 if (!CBS_get_u8_length_prefixed(&protocol_name_list_copy, &protocol_name)) { in tls1_alpn_handle_client_hello()
1817 CBS protocol_name_list, protocol_name; in ssl_scan_serverhello_tlsext() local
1829 !CBS_get_u8_length_prefixed(&protocol_name_list, &protocol_name) || in ssl_scan_serverhello_tlsext()
1835 if (!CBS_stow(&protocol_name, &s->s3->alpn_selected, in ssl_scan_serverhello_tlsext()
/external/ppp/pppd/
Dmain.c1058 protocol_name(proto) in protocol_name() function
1149 const char *pname = protocol_name(protocol); in get_input()
Dpppd.h515 const char *protocol_name __P((int));
Dlcp.c580 pname = protocol_name(prot);
/external/clang/include/clang-c/
DIndex.h3586 clang_constructUSR_ObjCProtocol(const char *protocol_name);
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2820 uint32_t protocol_name; /* char * (32-bit pointer) */ member
3092 sys::swapByteOrder(protocol.protocol_name); in swapStruct()
3896 << format("0x%08" PRIx32, protocol.protocol_name); in print_protocol()
3898 name = get_pointer_32(protocol.protocol_name, offset, left, S, info, true); in print_protocol()