Searched refs:soc_sups (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Doc.c44 if ( sub->soc_sups == NULL ) {
48 for ( i = 0; sub->soc_sups[i] != NULL; i++ ) {
49 if ( is_object_subclass( sup, sub->soc_sups[i] ) ) {
336 if ( !soc->soc_sups ) {
345 soc->soc_sups = (ObjectClass **)ch_calloc(nsups,
378 soc->soc_sups[nsups] = soc1;
432 if (o->soc_sups) {
433 ldap_memfree(o->soc_sups);
434 o->soc_sups = NULL;
797 if ( soc->soc_sups ) {
[all...]
H A Dschema_prep.c271 if( oc == NULL || oc->soc_sups == NULL ) continue;
273 for( j=0; oc->soc_sups[j] != NULL; j++ ) {
275 ObjectClass *sup = oc->soc_sups[j];
H A Dslap.h774 ObjectClass **soc_sups; member in struct:ObjectClass
H A Dbconfig.c4774 for ( sups = oc->soc_sups; sups && *sups; sups++ ) {
4988 for ( ocp = (*cop)->co_oc->soc_sups; ocp && *ocp; ocp++ ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c248 if ( oc->soc_sups ) {
251 for ( i = 0; oc->soc_sups[ i ] != NULL; i++ ) {
252 aa_add_oc( oc->soc_sups[ i ], &ocp, &atp );

Completed in 221 milliseconds