Home
last modified time | relevance | path

Searched refs:si_ad_createTimestamp (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslapadd.c267 if( attr_find( e->e_attrs, slap_schema.si_ad_createTimestamp ) in getrec0()
271 attr_merge( e, slap_schema.si_ad_createTimestamp, vals, NULL ); in getrec0()
H A Dschema.c42 = slap_schema.si_ad_createTimestamp; in schema_info()
H A Dslapmodify.c530 a = attr_find( e->e_attrs, slap_schema.si_ad_createTimestamp ); in slapmodify()
533 attr_merge( e, slap_schema.si_ad_createTimestamp, vals, NULL ); in slapmodify()
H A Dadd.c671 slap_schema.si_ad_createTimestamp ); in slap_add_opattrs()
674 slap_schema.si_ad_createTimestamp, &timestamp, NULL ); in slap_add_opattrs()
H A Dschema_prep.c471 offsetof(struct slap_internal_schema, si_ad_createTimestamp) },
H A Dslap.h900 AttributeDescription *si_ad_createTimestamp; member
H A Dsyncrepl.c330 dsee_descs[2] = slap_schema.si_ad_createTimestamp; in init_syncrepl()
3542 mod->sml_desc = slap_schema.si_ad_createTimestamp; in syncrepl_dirsync_message()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dentry.c222 attr_merge_normalize_one( e, slap_schema.si_ad_createTimestamp, in monitor_entry_stub()