Searched defs:protocols (Results 1 - 25 of 25) sorted by relevance

/openbsd-current/regress/lib/libssl/unit/
H A Dssl_set_alpn_protos.c25 const uint8_t protocols[24]; member in struct:alpn_test
[all...]
/openbsd-current/regress/lib/libtls/config/
H A Dconfigtest.c139 uint32_t protocols = 0; local
/openbsd-current/usr.sbin/dhcrelay/
H A Ddispatch.c76 struct protocol *protocols; variable in typeref:struct:protocol
/openbsd-current/usr.bin/getent/
H A Dgetent.c327 protocols(int argc, char *argv[]) function
/openbsd-current/usr.sbin/dhcrelay6/
H A Ddispatch.c76 struct protocol *protocols; variable in typeref:struct:protocol
/openbsd-current/usr.sbin/dhcpd/
H A Ddispatch.c73 struct protocol *protocols; variable in typeref:struct:protocol
[all...]
/openbsd-current/regress/lib/libtls/tls/
H A Dtlstest.c299 uint32_t protocols; local
/openbsd-current/usr.sbin/smtpd/
H A Dsmtpc.c49 static const char *protocols = NULL; variable
/openbsd-current/usr.sbin/pppd/
H A Dmain.c161 struct protent *protocols[] = { variable in typeref:struct:protent
/openbsd-current/lib/libfido2/src/fido/
H A Dtypes.h229 fido_byte_array_t protocols; /* supported pin protocols */ member in struct:fido_cbor_info
/openbsd-current/usr.bin/ftp/
H A Dmain.c232 uint32_t protocols; local
/openbsd-current/usr.sbin/relayd/
H A Drelay.c2065 uint32_t protocols = 0; local
/openbsd-current/lib/libtls/
H A Dtls_internal.h106 uint32_t protocols; member in struct:tls_config
H A Dtls_config.c226 tls_config_parse_protocols(uint32_t *protocols, const char *protostr) argument
714 tls_config_set_protocols(struct tls_config *config, uint32_t protocols) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dobjc-lang.c65 CORE_ADDR protocols; member in struct:objc_class
/openbsd-current/usr.bin/nc/
H A Dnetcat.c165 uint32_t protocols; local
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp321 SmallVector<Decl *, 4> protocols; local
1609 SmallVector<Decl *, 8> protocols; local
1632 parseObjCTypeArgsOrProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken, bool warnOnIncompleteProtocols) argument
1706 protocols, local
1812 parseObjCTypeArgsAndProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken) argument
1875 SmallVector<Decl *, 4> protocols; local
2223 SmallVector<Decl *, 4> protocols; local
2254 SmallVector<Decl *, 4> protocols; local
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1347 protocol_range protocols() const { function in class:clang::ObjCInterfaceDecl
2144 protocol_range protocols() const { function in class:clang::ObjCProtocolDecl
2388 protocol_range protocols() const { function in class:clang::ObjCCategoryDecl
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DType.cpp727 ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, ArrayRef<ObjCProtocolDecl *> protocols) argument
734 ObjCObjectType(QualType Canonical, QualType Base, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) argument
3863 Profile(llvm::FoldingSetNodeID &ID, QualType BaseType, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) argument
3884 Profile(llvm::FoldingSetNodeID &ID, const ObjCTypeParamDecl *OTPDecl, QualType CanonicalType, ArrayRef<ObjCProtocolDecl *> protocols) argument
[all...]
H A DASTContext.cpp5303 getObjCObjectType( QualType baseType, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) const argument
5384 applyObjCProtocolQualifiers(QualType type, ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, bool allowOnPointerType) const argument
5403 ArrayRef<ObjCProtocolDecl *> protocols = protocolsVec; local
5490 SmallVector<ObjCProtocolDecl *, 8> protocols; local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1426 actOnObjCTypeArgsOrProtocolQualifiers( Scope *S, ParsedType baseType, SourceLocation lAngleLoc, ArrayRef<IdentifierInfo *> identifiers, ArrayRef<SourceLocation> identifierLocs, SourceLocation rAngleLoc, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SourceLocation &protocolRAngleLoc, bool warnOnIncompleteProtocols) argument
4396 search(const ObjCProtocolList &protocols) argument
[all...]
H A DSemaType.cpp1094 actOnObjCProtocolQualifierType( SourceLocation lAngleLoc, ArrayRef<Decl *> protocols, ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) argument
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1353 objc_get_protocol_qualified_type(tree interface, tree protocols) argument
1426 lookup_and_install_protocols(tree protocols) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DIndex.h5922 const CXIdxObjCProtocolRefInfo *const *protocols; member in struct:__anon222
5929 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon223
5937 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon224
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3739 uint64_t protocols; /* struct protocol_list64_t * member in struct:__anon3716::protocol64_t
3752 uint32_t protocols; /* struct protocol_list_t * member in struct:__anon3716::protocol32_t
3817 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */ member in struct:__anon3716::category64_t
3827 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */ member in struct:__anon3716::category32_t
3887 uint32_t protocols; /* struct objc_protocol_list * (32-bit pointer) */ member in struct:__anon3716::objc_class_t
3901 uint32_t protocols; /* struct objc_protocol_list * (32-bit ptr) */ member in struct:__anon3716::objc_category_t
[all...]

Completed in 398 milliseconds