Home
last modified time | relevance | path

Searched refs:soc_oid (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Doc.c42 sup->soc_oid, sub->soc_oid, sup == sub ); in is_object_subclass()
537 if ( new_soc->soc_oid != NULL ) { in oc_check_dup()
538 if ( soc->soc_oid == NULL ) { in oc_check_dup()
542 if ( strcmp( soc->soc_oid, new_soc->soc_oid ) != 0 ) { in oc_check_dup()
547 if ( soc->soc_oid != NULL ) { in oc_check_dup()
598 if ( soc->soc_oid ) { in oc_insert()
601 ber_str2bv( soc->soc_oid, 0, 0, &oir->oir_name ); in oc_insert()
611 *err = soc->soc_oid; in oc_insert()
625 old_soc->soc_oid = tmp.soc_oid; in oc_insert()
626 tmp.soc_oid = soc->soc_oid; in oc_insert()
[all …]
H A Dschema_prep.c1402 oc->soc_oid ); in rootDseObjectClass()
1423 oc->soc_oid ); in aliasObjectClass()
1442 oc->soc_oid ); in referralObjectClass()
1461 oc->soc_oid ); in subentryObjectClass()
1468 oc->soc_oid ); in subentryObjectClass()
1488 oc->soc_oid ); in dynamicObjectClass()
H A Dschema_check.c256 cr = cr_find( sc->soc_oid ); in entry_schema_check()
259 assert( !cr || !strcmp( cr->scr_oid, sc->soc_oid ) ); in entry_schema_check()
H A Daclparse.c1237 b->a_group_oc->soc_oid ); in parse_acl()
H A Dslap.h776 #define soc_oid soc_oclass.oc_oid macro