Searched refs:soc_required (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
| H A D | allowed.c | 169 if ( oc->soc_required ) { in aa_add_oc() 172 for ( i = 0; oc->soc_required[ i ] != NULL; i++ ) { in aa_add_oc() 173 aa_add_at( oc->soc_required[ i ], atpp ); in aa_add_oc() 379 if ( oc->soc_required ) { in aa_operational() 380 for ( i = 0; oc->soc_required[ i ] != NULL; i++ ) { in aa_operational() 384 if ( slap_bv2ad( &oc->soc_required[ i ]->sat_cname, &ad, &text ) ) { in aa_operational()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | schema_check.c | 525 if(oc->soc_required == NULL) { in oc_check_required() 530 for ( i = 0; oc->soc_required[i] != NULL; i++ ) { in oc_check_required() 531 at = oc->soc_required[i]; in oc_check_required() 573 for ( j = 0; sc->soc_required != NULL && in oc_check_allowed() 574 sc->soc_required[j] != NULL; j++ ) in oc_check_allowed() 576 if( at == sc->soc_required[j] ) { in oc_check_allowed() 603 for ( j = 0; oc->soc_required != NULL && in oc_check_allowed() 604 oc->soc_required[j] != NULL; j++ ) in oc_check_allowed() 606 if( at == oc->soc_required[j] ) { in oc_check_allowed()
|
| H A D | oc.c | 274 if ( at_find_in_list(sat, soc->soc_required) < 0) { in oc_create_required() 275 if ( at_append_to_list(sat, &soc->soc_required) ) { in oc_create_required() 283 for ( satp = soc->soc_required; *satp; satp++ ) { in oc_create_required() 314 if ( at_find_in_list(sat, soc->soc_required) < 0 && in oc_create_allowed() 443 if (o->soc_required) { in oc_clean() 444 ldap_memfree(o->soc_required); in oc_clean() 445 o->soc_required = NULL; in oc_clean() 808 if ( soc->soc_required ) { in oc_add() 809 ch_free( soc->soc_required ); in oc_add()
|
| H A D | ad.c | 641 if( oc->soc_required ) { in ad_inlist() 645 for ( i = 0; oc->soc_required[i] != NULL; i++ ) { in ad_inlist() 647 if ( a == oc->soc_required[i] ) { in ad_inlist() 674 if( oc->soc_required ) { in ad_inlist() 678 for ( i = 0; oc->soc_required[i] != NULL; i++ ) { in ad_inlist() 680 if ( a == oc->soc_required[i] ) { in ad_inlist() 1074 for ( j = 0; oc->soc_required && oc->soc_required[j]; j++ ) ; in anlist2attrs() 1093 for ( j = 0; oc->soc_required && oc->soc_required[j]; j++ ) { in anlist2attrs() 1095 oc->soc_required[j]->sat_cname.bv_val ); in anlist2attrs()
|
| H A D | bconfig.c | 4842 if ( colst[i]->co_oc->soc_required ) { in sort_attrs() 4843 AttributeType **at = colst[i]->co_oc->soc_required; in sort_attrs() 7070 if ( oc->soc_required ) { in config_build_entry() 7071 rc = config_build_attrs( e, oc->soc_required, ad, main->co_table, c ); in config_build_entry() 7083 if ( oc->soc_required ) { in config_build_entry() 7084 rc = config_build_attrs( e, oc->soc_required, ad, extra->co_table, c ); in config_build_entry()
|
| H A D | slap.h | 771 AttributeType **soc_required; member
|
| H A D | syncrepl.c | 472 while ( oc->soc_required[k] ) { in init_syncrepl() 474 oc->soc_required[k]->sat_cname.bv_val ) ) { in init_syncrepl()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | ndbio.cpp | 123 if ( oc->soc_required ) { in ndb_ai_check() 124 for ( k=0; oc->soc_required[k]; k++ ) { in ndb_ai_check() 125 if ( attrs[i] == oc->soc_required[k] ) { in ndb_ai_check() 203 if ( oci->no_oc->soc_required ) { in ndb_oc_create() 204 for ( i=0; oci->no_oc->soc_required[i]; i++ ); in ndb_oc_create() 216 if ( oci->no_oc->soc_required ) { in ndb_oc_create() 217 rc = ndb_ai_check( ni, oci, oci->no_oc->soc_required, &ptr, &col, create ); in ndb_oc_create() 284 if ( oci->no_oc->soc_required ) { in ndb_oc_read() 285 for ( j=0; oci->no_oc->soc_required[j]; j++ ); in ndb_oc_read() 325 if ( oci->no_oc->soc_required ) { in ndb_oc_read() [all …]
|