| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | at.c | 37 AttributeType *at ) in at_syntax() 52 AttributeType *at, in is_at_syntax() 65 AttributeType *sub, in is_at_subtype() 66 AttributeType *sup ) in is_at_subtype() 77 AttributeType *air_at; 82 static LDAP_STAILQ_HEAD(ATList, AttributeType) attr_list 86 AttributeType *at_sys_tail; 114 AttributeType * 125 AttributeType * 151 AttributeType *sat, in at_append_to_list() [all …]
|
| H A D | proto-slap.h | 166 AttributeType *nat )); 169 AttributeType *type, 229 LDAP_SLAPD_F (AttributeType *) at_find LDAP_P(( 231 LDAP_SLAPD_F (AttributeType *) at_bvfind LDAP_P(( 234 AttributeType *sat, AttributeType **list )); 236 AttributeType *sat, AttributeType ***listp )); 238 int pos, AttributeType ***listp )); 242 AttributeType **sat, AttributeType *prev, const char **err )); 246 AttributeType *sub, 247 AttributeType *super )); [all …]
|
| H A D | ad.c | 117 AttributeType *type, in ad_find_tags() 511 AttributeType *a; in is_ad_subtype() 543 AttributeType *a; in ad_inlist() 733 AttributeType *at; in slap_bv2undef_ad() 827 AttributeType *at, in undef_promote() 829 AttributeType *nat ) in undef_promote() 871 AttributeType *at ) in slap_ad_undef_promote()
|
| H A D | slap.h | 350 typedef struct AttributeType AttributeType; typedef 688 struct AttributeType { struct 691 AttributeType *sat_sup; argument 692 AttributeType **sat_subtypes; argument 733 LDAP_STAILQ_ENTRY(AttributeType) sat_next; argument 771 AttributeType **soc_required; argument 772 AttributeType **soc_allowed; 819 AttributeType **scr_required; /* optional */ 820 AttributeType **scr_allowed; /* optional */ 821 AttributeType **scr_precluded; /* optional */ [all …]
|
| H A D | cr.c | 225 AttributeType *sat; in cr_create_required() 261 AttributeType *sat; in cr_create_allowed() 299 AttributeType *sat; in cr_create_precluded()
|
| H A D | schemaparse.c | 283 AttributeType **sat, in parse_at() 284 AttributeType *prev ) in parse_at()
|
| H A D | schema_check.c | 63 AttributeType *at; in entry_schema_check() 515 AttributeType *at; in oc_check_required() 548 AttributeType *at, in oc_check_allowed()
|
| H A D | mr.c | 384 AttributeType *at; in matching_rule_use_init() 467 AttributeType *at ) in mr_usable_with_at()
|
| H A D | oc.c | 259 AttributeType *sat; in oc_create_required() 260 AttributeType **satp; in oc_create_required() 301 AttributeType *sat; in oc_create_allowed()
|
| H A D | ldapsync.c | 196 static const AttributeType sidsort_at = { 204 (AttributeType *)&sidsort_at
|
| H A D | schema_prep.c | 119 AttributeType *at = at_bvfind( value ); in attributeTypeMatch() 120 AttributeType *asserted = at_bvfind( a ); in attributeTypeMatch() 1044 static AttributeType slap_at_undefined = { 1062 static AttributeType slap_at_proxied = {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.h | 19 enum class AttributeType { Hidden, Numeric, Text, NumericAndText }; enum 22 AttributeType Type; 46 Item->Type = AttributeType::Numeric; in setAttributeItem() 52 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem() 61 Item->Type = AttributeType::Text; in setAttributeItem() 67 Contents.push_back({AttributeType::Text, Attribute, 0, std::string(Value)}); in setAttributeItem() 76 Item->Type = AttributeType::NumericAndText; in setAttributeItems() 83 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
|
| H A D | RISCVELFStreamer.cpp | 129 case AttributeType::Numeric: in finishAttributeSection() 132 case AttributeType::Text: in finishAttributeSection() 136 case AttributeType::NumericAndText: in finishAttributeSection() 151 case AttributeType::Hidden: in calculateContentSize() 153 case AttributeType::Numeric: in calculateContentSize() 157 case AttributeType::Text: in calculateContentSize() 161 case AttributeType::NumericAndText: in calculateContentSize()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
| H A D | allowed.c | 125 aa_add_at( AttributeType *at, AttributeType ***atpp ) in aa_add_at() 141 *atpp = ch_realloc( *atpp, sizeof( AttributeType * ) * ( i + 2 ) ); in aa_add_at() 149 aa_add_oc( ObjectClass *oc, ObjectClass ***ocpp, AttributeType ***atpp ) in aa_add_oc() 194 AttributeType **atp = NULL; in aa_operational()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | index.c | 41 AttributeType *at; in mdb_index_mask() 294 AttributeType *type, in index_at_values() 405 AttributeType *type, in mdb_index_recset() 494 AttributeType* at; in mdb_index_entry()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | certificate.asn1 | 43 type AttributeType, 46 AttributeType ::= OBJECT IDENTIFIER
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | X509_ATTRIBUTE.pod | 79 type AttributeType, 82 AttributeType ::= OBJECT IDENTIFIER 83 AttributeValue ::= ANY -- DEFINED BY AttributeType 96 In OpenSSL B<AttributeType> maps to an B<ASN1_OBJECT> object
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | back-ndb.h | 71 AttributeType *na_attr;
|
| H A D | proto-ndb.h | 104 ndb_ai_find( struct ndb_info *ni, AttributeType *at );
|
| H A D | ndbio.cpp | 59 ndb_ai_find( struct ndb_info *ni, AttributeType *at ) in ndb_ai_find() 106 ndb_ai_check( struct ndb_info *ni, NdbOcInfo *oci, AttributeType **attrs, char **ptr, int *col, in ndb_ai_check() 442 i*sizeof(AttributeType *) + sname->bv_len+1 ); in ndb_aset_get() 444 oci->no_oc->soc_required = (AttributeType **)(oci->no_oc+1); in ndb_aset_get()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | index.c | 41 AttributeType *at; in wt_index_mask() 254 AttributeType *type, in index_at_values()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4514.txt | 132 type AttributeType, 178 the AttributeType, followed by an equals sign ('=' U+003D) character, 182 If the AttributeType is defined to have a short name (descriptor) 184 [RFC4520] as identifying the AttributeType, that short name, a 185 <descr>, is used. Otherwise the AttributeType is encoded as the 196 If the AttributeType is of the dotted-decimal form, the 326 Implementations MUST recognize AttributeType name strings 343 String X.500 AttributeType 740 + allowed AttributeType short names of length 1 (e.g., 'L'),
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-legg-ldap-acm-bac-xx.txt | 463 AttributeType OPTIONAL, 465 AttributeType OPTIONAL, 470 AttributeType OPTIONAL, 482 type AttributeType, 486 type AttributeType, 487 valuesIn AttributeType } 1884 AttributeTypes = "{" sp AttributeType 1885 *( "," sp AttributeType ) sp "}" 1894 atav-type = id-type msp AttributeType 1911 mvc-type = id-type msp AttributeType [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | rfc2459.asn1 | 175 AttributeType ::= OBJECT IDENTIFIER 189 type AttributeType, 194 type AttributeType,
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/ |
| H A D | README | 45 AttributeType/objectClass mapping must be explicitly
|