/openbsd-src/regress/lib/libtls/config/ |
H A D | configtest.c | 139 uint32_t protocols = 0; do_parse_protocols_test() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 321 SmallVector<Decl *, 4> protocols; in ParseObjCAtInterfaceDeclaration() local 1609 SmallVector<Decl *, 8> protocols; in parseObjCProtocolQualifierType() local 1638 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsOrProtocolQualifiers() 1818 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsAndProtocolQualifiers() 1875 SmallVector<Decl *, 4> protocols; in parseObjCTypeArgsAndProtocolQualifiers() local 2223 SmallVector<Decl *, 4> protocols; in ParseObjCAtImplementationDeclaration() local 2254 SmallVector<Decl *, 4> protocols; in ParseObjCAtImplementationDeclaration() local
|
/openbsd-src/regress/lib/libssl/unit/ |
H A D | ssl_set_alpn_protos.c | 40 const uint8_t protocols[24]; member
|
/openbsd-src/usr.sbin/dhcrelay/ |
H A D | dispatch.c | 76 struct protocol *protocols; variable
|
/openbsd-src/usr.sbin/dhcrelay6/ |
H A D | dispatch.c | 76 struct protocol *protocols; variable
|
/openbsd-src/usr.sbin/dhcpd/ |
H A D | dispatch.c | 73 struct protocol *protocols; variable
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | smtpc.c | 49 static const char *protocols = NULL; variable
|
/openbsd-src/lib/libtls/ |
H A D | tls_config.c | 226 tls_config_parse_protocols(uint32_t *protocols, const char *protostr) in tls_config_parse_protocols() argument 714 tls_config_set_protocols(struct tls_config *config, uint32_t protocols) in tls_config_set_protocols() argument
|
H A D | tls_internal.h | 106 uint32_t protocols; member
|
/openbsd-src/usr.bin/getent/ |
H A D | getent.c | 327 protocols(int argc, char *argv[]) in protocols() function
|
/openbsd-src/regress/lib/libtls/tls/ |
H A D | tlstest.c | 299 uint32_t protocols; in test_tls() local
|
/openbsd-src/usr.bin/ftp/ |
H A D | main.c | 232 uint32_t protocols; in process_ssl_options() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 728 ArrayRef<ObjCProtocolDecl *> protocols) in ObjCTypeParamType() 736 ArrayRef<ObjCProtocolDecl *> protocols, in ObjCObjectType() 1404 ArrayRef<ObjCProtocolDecl *> protocols( in VisitObjCObjectType() local 1420 ArrayRef<ObjCProtocolDecl *> protocols( in VisitObjCObjectType() local 3866 ArrayRef<ObjCProtocolDecl *> protocols, in Profile() 3887 ArrayRef<ObjCProtocolDecl *> protocols) { in Profile()
|
H A D | ASTContext.cpp | 5306 ArrayRef<ObjCProtocolDecl *> protocols, in getObjCObjectType() 5385 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers() 5403 ArrayRef<ObjCProtocolDecl *> protocols = protocolsVec; in applyObjCProtocolQualifiers() local 5490 SmallVector<ObjCProtocolDecl *, 8> protocols; in adjustObjCTypeParamBoundType() local
|
/openbsd-src/usr.sbin/pppd/ |
H A D | main.c | 161 struct protent *protocols[] = { global() variable
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1347 protocol_range protocols() const { in protocols() function 2144 protocol_range protocols() const { in protocols() function 2388 protocol_range protocols() const { in protocols() function
|
/openbsd-src/usr.bin/nc/ |
H A D | netcat.c | 165 uint32_t protocols; in main() local
|
/openbsd-src/lib/libfido2/src/fido/ |
H A D | types.h | 229 fido_byte_array_t protocols; /* supported pin protocols */ member
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | objc-lang.c | 65 CORE_ADDR protocols; member
|
/openbsd-src/gnu/llvm/clang/include/clang-c/ |
H A D | Index.h | 5922 const CXIdxObjCProtocolRefInfo *const *protocols; member 5929 const CXIdxObjCProtocolRefListInfo *protocols; member 5937 const CXIdxObjCProtocolRefListInfo *protocols; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 920 get_static_reference (interface, protocols) in get_static_reference() argument 953 get_object_reference (protocols) in get_object_reference() argument 1027 lookup_and_install_protocols (protocols) in lookup_and_install_protocols() argument
|
/openbsd-src/usr.sbin/relayd/ |
H A D | relay.c | 2065 uint32_t protocols = 0; in relay_tls_ctx_create_proto() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3739 uint64_t protocols; /* struct protocol_list64_t * member 3752 uint32_t protocols; /* struct protocol_list_t * member 3817 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */ member 3827 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */ member 3887 uint32_t protocols; /* struct objc_protocol_list * (32-bit pointer) */ member 3901 uint32_t protocols; /* struct objc_protocol_list * (32-bit ptr) */ member
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1437 SmallVectorImpl<Decl *> &protocols, in actOnObjCTypeArgsOrProtocolQualifiers() 4396 void search(const ObjCProtocolList &protocols) { in search()
|
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 1353 objc_get_protocol_qualified_type (tree interface, tree protocols) in objc_get_protocol_qualified_type() 1426 lookup_and_install_protocols (tree protocols) in lookup_and_install_protocols()
|