Searched refs:soc_required (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c152 if ( oc->soc_required ) {
155 for ( i = 0; oc->soc_required[ i ] != NULL; i++ ) {
156 aa_add_at( oc->soc_required[ i ], atpp );
364 if ( oc->soc_required ) {
365 for ( i = 0; oc->soc_required[ i ] != NULL; i++ ) {
369 if ( slap_bv2ad( &oc->soc_required[ i ]->sat_cname, &ad, &text ) ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema_check.c520 if(oc->soc_required == NULL) {
525 for ( i = 0; oc->soc_required[i] != NULL; i++ ) {
526 at = oc->soc_required[i];
568 for ( j = 0; sc->soc_required != NULL &&
569 sc->soc_required[j] != NULL; j++ )
571 if( at == sc->soc_required[j] ) {
598 for ( j = 0; oc->soc_required != NULL &&
599 oc->soc_required[j] != NULL; j++ )
601 if( at == oc->soc_required[j] ) {
H A Doc.c269 if ( at_find_in_list(sat, soc->soc_required) < 0) {
270 if ( at_append_to_list(sat, &soc->soc_required) ) {
278 for ( satp = soc->soc_required; *satp; satp++ ) {
309 if ( at_find_in_list(sat, soc->soc_required) < 0 &&
436 if (o->soc_required) {
437 ldap_memfree(o->soc_required);
438 o->soc_required = NULL;
801 if ( soc->soc_required ) {
802 ch_free( soc->soc_required );
H A Dad.c634 if( oc->soc_required ) {
638 for ( i = 0; oc->soc_required[i] != NULL; i++ ) {
640 if ( a == oc->soc_required[i] ) {
667 if( oc->soc_required ) {
671 for ( i = 0; oc->soc_required[i] != NULL; i++ ) {
673 if ( a == oc->soc_required[i] ) {
1063 for ( j = 0; oc->soc_required && oc->soc_required[j]; j++ ) ;
1082 for ( j = 0; oc->soc_required && oc->soc_required[
[all...]
H A Dbconfig.c4354 if ( colst[i]->co_oc->soc_required ) {
4355 AttributeType **at = colst[i]->co_oc->soc_required;
6516 if ( oc->soc_required ) {
6517 rc = config_build_attrs( e, oc->soc_required, ad, main->co_table, c );
6529 if ( oc->soc_required ) {
6530 rc = config_build_attrs( e, oc->soc_required, ad, extra->co_table, c );
H A Dslap.h775 AttributeType **soc_required; member in struct:ObjectClass
H A Dsyncrepl.c368 while ( oc->soc_required[k] ) {
370 oc->soc_required[k]->sat_cname.bv_val ) ) {

Completed in 156 milliseconds