HomeSort by: relevance | last modified time | path
    Searched refs:AttributeName (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
jts.c 105 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL );
132 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL );
158 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL );
rbac.h 75 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 */
init.c 114 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwm.h 125 AttributeName *a,
135 AttributeName *an,
136 AttributeName **anp,
pcache.c 127 AttributeName* attrs; /* specifies the set */
510 template_attrs( char *template, struct attr_set *set, AttributeName **ret,
522 AttributeName *attrs;
528 attrs = ch_calloc( set->count + 1, sizeof(AttributeName) );
562 attrs = (AttributeName *)ch_realloc(attrs,
563 (attr_cnt + 2)*sizeof(AttributeName));
582 attrs = (AttributeName *)ch_realloc(attrs,
583 (attr_cnt + 2)*sizeof(AttributeName));
1892 AttributeName* attrs,
2013 AttributeName* save_attrs; /* original attributes, saved for response *
    [all...]
rwmmap.c 190 AttributeName *an,
191 AttributeName **anp,
217 *anp = op->o_tmpcalloc( ( i + x + 1 ), sizeof( AttributeName ),
359 memset( &(*anp)[0], 0, sizeof( AttributeName ) );
363 memset( &(*anp)[j], 0, sizeof( AttributeName ) );
372 AttributeName *an,
translucent.c 44 AttributeName *local; /* valid attrs for local filters */
45 AttributeName *remote; /* valid attrs for remote filters */
197 AttributeName **an, *a2;
794 AttributeName *attrs;
979 trans_filter_dup(Operation *op, Filter *f, AttributeName *an)
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
search.c 47 AttributeName *an;
  /src/external/bsd/openldap/dist/servers/slapd/
ad.c 39 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 )
889 AttributeName *a
    [all...]
proto-slap.h 144 AttributeName *attrs ));
170 LDAP_SLAPD_F (AttributeName *) str2anlist LDAP_P(( AttributeName *an,
172 LDAP_SLAPD_F (void) anlist_free LDAP_P(( AttributeName *an,
176 AttributeName *an, int dup, void *ctx ));
177 LDAP_SLAPD_F (char **) anlist2charray LDAP_P(( AttributeName *an, int dup ));
178 LDAP_SLAPD_F (char **) anlist2attrs LDAP_P(( AttributeName *anlist ));
179 LDAP_SLAPD_F (AttributeName *) file2anlist LDAP_P((
180 AttributeName *, const char *, const char * ));
181 LDAP_SLAPD_F (int) an_find LDAP_P(( AttributeName *a, struct berval *s ))
    [all...]
search.c 148 siz = sizeof(AttributeName);
149 off = offsetof(AttributeName,an_name);
slap.h 355 typedef struct AttributeName AttributeName;
865 struct AttributeName {
1547 AttributeName *acl_attrs;
2003 AttributeName *be_extra_anlist; /* attributes that need to be added to search requests (ITS#6513) */
2058 AttributeName *rs_attrs;
2152 AttributeName *r_attrs;
controls.c 1486 AttributeName *an = NULL;
1517 siz = sizeof( AttributeName );
1518 off = offsetof( AttributeName, an_name );
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
bind.c 43 AttributeName anlist[2];
compare.c 45 AttributeName anlist[2];
back-sql.h 478 AttributeName *bsi_attrs;
525 AttributeName *sql_anlist;
proto-sql.h 180 Operation *op, SlapReply *rs, AttributeName *attrs,
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
search.c 34 AttributeName *an;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/
dupent.c 61 AttributeName *ds_an;
145 sizeof(dupent_t) + sizeof(AttributeName)*cnt,
156 ds->ds_an = (AttributeName *)&ds[ 1 ];
  /src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
allop.c 231 sizeof( AttributeName ) * ( i + add_allUser + 2 ),
  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/
alias.c 48 AttributeName *attrs_orig, *attrs_new;
361 AttributeName *an_orig = NULL, *an_new = NULL;
398 an_new = ch_realloc( an_new, (an_length+2)*sizeof(AttributeName) );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.h 76 AttributeName *mi_attrs;
276 mi->mi_attrs = ch_malloc( i*sizeof(AttributeName)); \
  /src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/
noopsrch.c 78 AttributeName *nc_save_attrs;
  /src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp 99 const unsigned char *AttributeName) {
102 if (xmlStringsEqual(Attribute->name, AttributeName)) {
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_pblock.c 1151 AttributeName *an = NULL;
1176 an = (AttributeName *)pb->pb_op->o_tmpcalloc( i + 1,
1177 sizeof(AttributeName), pb->pb_op->o_tmpmemctx );

Completed in 66 milliseconds

1 2