Home
last modified time | relevance | path

Searched refs:AttributeName (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dad.c39 static AttributeName anlist_no_attrs[] = {
44 static AttributeName anlist_all_user_attributes[] = {
49 static AttributeName anlist_all_operational_attributes[] = {
54 static AttributeName anlist_all_attributes[] = {
60 AttributeName *slap_anlist_no_attrs = anlist_no_attrs;
61 AttributeName *slap_anlist_all_user_attributes = anlist_all_user_attributes;
62 AttributeName *slap_anlist_all_operational_attributes = anlist_all_operational_attributes;
63 AttributeName *slap_anlist_all_attributes = anlist_all_attributes;
538 AttributeName *attrs ) in ad_inlist()
889 AttributeName *a, in an_find()
[all …]
H A Dproto-slap.h146 AttributeName *attrs ));
172 LDAP_SLAPD_F (AttributeName *) str2anlist LDAP_P(( AttributeName *an,
174 LDAP_SLAPD_F (void) anlist_free LDAP_P(( AttributeName *an,
178 AttributeName *an, int dup, void *ctx ));
179 LDAP_SLAPD_F (char **) anlist2charray LDAP_P(( AttributeName *an, int dup ));
180 LDAP_SLAPD_F (char **) anlist2attrs LDAP_P(( AttributeName *anlist ));
181 LDAP_SLAPD_F (AttributeName *) file2anlist LDAP_P((
182 AttributeName *, const char *, const char * ));
183 LDAP_SLAPD_F (int) an_find LDAP_P(( AttributeName *a, struct berval *s ));
192 LDAP_SLAPD_V( AttributeName * ) slap_anlist_no_attrs;
[all …]
H A Dsearch.c148 siz = sizeof(AttributeName); in do_search()
149 off = offsetof(AttributeName,an_name); in do_search()
H A Dslap.h352 typedef struct AttributeName AttributeName; typedef
862 struct AttributeName { struct
1541 AttributeName *acl_attrs;
1990AttributeName *be_extra_anlist; /* attributes that need to be added to search requests (ITS#6513) …
2044 AttributeName *rs_attrs;
2136 AttributeName *r_attrs;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwm.h125 AttributeName *a,
135 AttributeName *an,
136 AttributeName **anp,
H A Dpcache.c127 AttributeName* attrs; /* specifies the set */
510 template_attrs( char *template, struct attr_set *set, AttributeName **ret, in template_attrs()
522 AttributeName *attrs; in template_attrs()
528 attrs = ch_calloc( set->count + 1, sizeof(AttributeName) ); in template_attrs()
562 attrs = (AttributeName *)ch_realloc(attrs, in template_attrs()
563 (attr_cnt + 2)*sizeof(AttributeName)); in template_attrs()
582 attrs = (AttributeName *)ch_realloc(attrs, in template_attrs()
583 (attr_cnt + 2)*sizeof(AttributeName)); in template_attrs()
1886 AttributeName* attrs,
2007 AttributeName* save_attrs; /* original attributes, saved for response */
[all …]
H A Drwmmap.c190 AttributeName *an, in rwm_map_attrnames()
191 AttributeName **anp, in rwm_map_attrnames()
217 *anp = op->o_tmpcalloc( ( i + x + 1 ), sizeof( AttributeName ), in rwm_map_attrnames()
359 memset( &(*anp)[0], 0, sizeof( AttributeName ) ); in rwm_map_attrnames()
363 memset( &(*anp)[j], 0, sizeof( AttributeName ) ); in rwm_map_attrnames()
372 AttributeName *an,
H A Dtranslucent.c44 AttributeName *local; /* valid attrs for local filters */
45 AttributeName *remote; /* valid attrs for remote filters */
197 AttributeName **an, *a2; in translucent_cf_gen()
784 AttributeName *attrs;
969 trans_filter_dup(Operation *op, Filter *f, AttributeName *an) in trans_filter_dup()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Djts.c105 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_jts_session_permission_ads()
132 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_jts_permission_ads()
158 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_jts_user_ads()
H A Drbac.h75 AttributeName *session_attrs;
95 AttributeName *user_attrs;
96 AttributeName *perm_attrs; /* attrs to retrieve for check access */
97 AttributeName *session_perm_attrs; /* attrs for session permissions */
H A Dinit.c114 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_sessions()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/
H A Ddupent.c61 AttributeName *ds_an;
145 sizeof(dupent_t) + sizeof(AttributeName)*cnt, in dupent_parseCtrl()
156 ds->ds_an = (AttributeName *)&ds[ 1 ]; in dupent_parseCtrl()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dback-sql.h478 AttributeName *bsi_attrs;
525 AttributeName *sql_anlist;
H A Dbind.c43 AttributeName anlist[2]; in backsql_bind()
H A Dsearch.c75 AttributeName *an = NULL; in backsql_attrlist_add()
114 an = (AttributeName *)bsi->bsi_op->o_tmprealloc( bsi->bsi_attrs, in backsql_attrlist_add()
115 sizeof( AttributeName ) * ( n_attrs + 2 ), in backsql_attrlist_add()
149 AttributeName *attrs, in backsql_init_search()
187 AttributeName *p; in backsql_init_search()
190 bsi->bsi_attrs = (AttributeName *)bsi->bsi_op->o_tmpalloc( in backsql_init_search()
191 sizeof( AttributeName ), in backsql_init_search()
245 AttributeName *p; in backsql_init_search()
2579 AttributeName anlist[ 2 ]; in backsql_entry_get()
H A Dcompare.c45 AttributeName anlist[2]; in backsql_compare()
H A Dproto-sql.h180 Operation *op, SlapReply *rs, AttributeName *attrs,
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dsearch.c47 AttributeName *an; in sock_back_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dsearch.c34 AttributeName *an; in perl_back_search()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.h76 AttributeName *mi_attrs;
276 mi->mi_attrs = ch_malloc( i*sizeof(AttributeName)); \
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
H A Dallop.c231 sizeof( AttributeName ) * ( i + add_allUser + 2 ), in allop_op_search()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c78 AttributeName *nc_save_attrs;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp99 const unsigned char *AttributeName) { in getAttribute() argument
102 if (xmlStringsEqual(Attribute->name, AttributeName)) { in getAttribute()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_pblock.c1130 AttributeName *an = NULL; in pblock_set()
1155 an = (AttributeName *)pb->pb_op->o_tmpcalloc( i + 1, in pblock_set()
1156 sizeof(AttributeName), pb->pb_op->o_tmpmemctx ); in pblock_set()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp892 StringRef AttributeName; in SelectPropertyForSynthesisFromProtocols() member
899 auto Diag = [&](bool OriginalHasAttribute, StringRef AttributeName) { in SelectPropertyForSynthesisFromProtocols() argument
902 Mismatches.push_back({Prop, Kind, AttributeName}); in SelectPropertyForSynthesisFromProtocols()
977 Diag << Mismatches[0].AttributeName; in SelectPropertyForSynthesisFromProtocols()
997 Diag << Note.AttributeName; in SelectPropertyForSynthesisFromProtocols()

12