Home
last modified time | relevance | path

Searched refs:attr_alloc (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Doperational.c37 a = attr_alloc( slap_schema.si_ad_subschemaSubentry ); in slap_operational_subschemaSubentry()
62 a = attr_alloc( slap_schema.si_ad_entryDN ); in slap_operational_entryDN()
84 a = attr_alloc( slap_schema.si_ad_hasSubordinates ); in slap_operational_hasSubordinate()
H A Dattr.c83 attr_alloc( AttributeDescription *ad ) in attr_alloc() function
265 tmp = attr_alloc( a->a_desc ); in attr_dup()
480 *a = attr_alloc( desc ); in attr_merge()
583 *a = attr_alloc( desc ); in attr_merge_one()
H A Dadd.c486 attr = attr_alloc( mods->sml_desc ); in slap_mods2entry()
H A Dvalue.c722 a = attr_alloc( ad ); in ordered_value_add()
H A Dentry.c285 atail->a_next = attr_alloc( NULL ); in str2entry2()
H A Dproto-slap.h280 LDAP_SLAPD_F (Attribute *) attr_alloc LDAP_P(( AttributeDescription *ad ));
H A Dsyncrepl.c4821 a = attr_alloc( slap_schema.si_ad_objectClass ); in syncrepl_add_glue_ancestors()
4834 a = attr_alloc( slap_schema.si_ad_structuralObjectClass ); in syncrepl_add_glue_ancestors()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A Dallowed.c318 *ap = attr_alloc( ad_allowedAttributes ); in aa_operational()
326 *ap = attr_alloc( ad_allowedAttributesEffective ); in aa_operational()
404 *ap = attr_alloc( ad_allowedChildClasses ); in aa_operational()
412 *ap = attr_alloc( ad_allowedChildClassesEffective ); in aa_operational()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Doperational.c61 a = attr_alloc( desc ); in backsql_operational_entryUUID()
82 a = attr_alloc( slap_schema.si_ad_entryCSN ); in backsql_operational_entryCSN()
H A Dentry-id.c641 attr = attr_alloc( at->bam_true_ad ); in backsql_get_attr_vals()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/usn/
H A Dusn.c138 a = attr_alloc( ad_usnChanged ); in usn_operational()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dmonitor.c628 a = attr_alloc( ad_olmDbURIList ); in ldap_back_monitor_conn_init()
643 Attribute *a2 = attr_alloc( slap_schema.si_ad_labeledURI ); in ldap_back_monitor_conn_init()
H A Dsearch.c733 attr = attr_alloc( NULL ); in ldap_build_entry()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A Dvernum.c82 a = attr_alloc( vn->vn_vernum ); in vernum_op_add()
H A Drdnval.c328 a = attr_alloc( ad_rdnValue ); in rdnval_op_add()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c1635 a = attr_alloc( logop == LOG_EN_ADD ? ad_reqMod : ad_reqOld ); in accesslog_response()
1743 a = attr_alloc( ad_reqMod ); in accesslog_response()
1774 a = attr_alloc( ad_reqOld ); in accesslog_response()
2236 *ap = attr_alloc( ad_auditContext ); in accesslog_operational()
H A Dtranslucent.c266 a = attr_alloc( slap_schema.si_ad_objectClass ); in glue_parent()
276 a = attr_alloc( slap_schema.si_ad_structuralObjectClass ); in glue_parent()
H A Dsyncprov.c3459 a = attr_alloc( slap_schema.si_ad_contextCSN ); in syncprov_operational()
H A Dpcache.c3323 *b = attr_alloc( a->a_desc ); in refresh_merge()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmonitor.c801 *ap = attr_alloc( ad_olmDbNotIndexed ); in mdb_monitor_idx_entry_add()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dsearch.c2119 attr = attr_alloc( NULL ); in meta_send_entry()