Searched refs:protocol_name (Results 1 – 9 of 9) sorted by relevance
/external/avahi/avahi-compat-howl/include/corby/ |
D | orb.h | 122 sw_const_string protocol_name);
|
/external/boringssl/src/ssl/ |
D | t1_lib.c | 1493 CBS protocol_name_list, protocol_name; in ext_alpn_parse_serverhello() local 1496 !CBS_get_u8_length_prefixed(&protocol_name_list, &protocol_name) || in ext_alpn_parse_serverhello() 1498 CBS_len(&protocol_name) == 0 || in ext_alpn_parse_serverhello() 1503 if (!CBS_stow(&protocol_name, &ssl->s3->alpn_selected, in ext_alpn_parse_serverhello() 1536 CBS protocol_name; in ext_alpn_parse_clienthello() local 1538 if (!CBS_get_u8_length_prefixed(&protocol_name_list_copy, &protocol_name) || in ext_alpn_parse_clienthello() 1540 CBS_len(&protocol_name) == 0) { in ext_alpn_parse_clienthello()
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-objc-meta-data.test | 699 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/ppp/pppd/ |
D | pppd.h | 515 const char *protocol_name __P((int));
|
D | main.c | 1058 protocol_name(proto) in protocol_name() function 1149 const char *pname = protocol_name(protocol); in get_input()
|
D | lcp.c | 580 pname = protocol_name(prot);
|
/external/avahi/avahi-compat-howl/ |
D | unsupported.c | 453 AVAHI_GCC_UNUSED sw_const_string protocol_name) { in sw_corby_orb_register_servant() argument
|
/external/clang/include/clang-c/ |
D | Index.h | 3662 clang_constructUSR_ObjCProtocol(const char *protocol_name);
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2764 uint32_t protocol_name; /* char * (32-bit pointer) */ member 3036 sys::swapByteOrder(protocol.protocol_name); in swapStruct() 3842 << format("0x%08" PRIx32, protocol.protocol_name); in print_protocol() 3844 name = get_pointer_32(protocol.protocol_name, offset, left, S, info, true); in print_protocol()
|