Home
last modified time | relevance | path

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

/external/avahi/avahi-compat-howl/include/corby/
Dorb.h122 sw_const_string protocol_name);
/external/boringssl/src/ssl/
Dt1_lib.c1493 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/
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/ppp/pppd/
Dpppd.h515 const char *protocol_name __P((int));
Dmain.c1058 protocol_name(proto) in protocol_name() function
1149 const char *pname = protocol_name(protocol); in get_input()
Dlcp.c580 pname = protocol_name(prot);
/external/avahi/avahi-compat-howl/
Dunsupported.c453 AVAHI_GCC_UNUSED sw_const_string protocol_name) { in sw_corby_orb_register_servant() argument
/external/clang/include/clang-c/
DIndex.h3662 clang_constructUSR_ObjCProtocol(const char *protocol_name);
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2764 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()