Searched refs:bi_type (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c54 addpartial.on_bi.bi_type, toAdd->e_nname.bv_val,0);
69 addpartial.on_bi.bi_type, 0, 0);
74 Debug(LDAP_DEBUG_TRACE, "%s: found the dn\n", addpartial.on_bi.bi_type,
87 addpartial.on_bi.bi_type,0,0);
98 addpartial.on_bi.bi_type,
121 addpartial.on_bi.bi_type,
137 addpartial.on_bi.bi_type,
174 addpartial.on_bi.bi_type,
186 addpartial.on_bi.bi_type, bv->bv_val, ret);
192 addpartial.on_bi.bi_type, b
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Doverlay.c89 ber_str2bv( on->on_bi.bi_type, 0, 0, &bv );
104 if ( !overlay_is_inst( be, on->on_bi.bi_type ) ) {
H A Ddatabase.c136 if ( on2->on_bi.bi_type == on->on_bi.bi_type ) {
156 ber_str2bv( on->on_bi.bi_type, 0, 0, &bv );
235 ber_str2bv( bi->bi_type, 0, 0, &bv );
291 if ( on2->on_bi.bi_type == on->on_bi.bi_type ) {
300 ber_str2bv( on->on_bi.bi_type, 0, 0, &bv );
306 if ( on2->on_bi.bi_type == on->on_bi.bi_type ) {
325 if ( bi2->bi_type
[all...]
H A Dbackend.c96 ber_str2bv( bi->bi_type, 0, 0, &bv );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbackover.c74 if ( overlay_is_inst( &be2, (*onp)->on_bi.bi_type ) ) {
78 i, (*onp)->on_bi.bi_type, 0 );
900 if ( strcmp( on->on_bi.bi_type, tmp->on_bi.bi_type ) == 0 ) {
904 on->on_bi.bi_type, 0, 0 );
912 if ( strcmp( on->on_bi.bi_obsolete_names[ i ], tmp->on_bi.bi_type ) == 0 ) {
917 on->on_bi.bi_type,
919 tmp->on_bi.bi_type );
931 if ( strcmp( on->on_bi.bi_type, tmp->on_bi.bi_obsolete_names[ i ] ) == 0 ) {
936 on->on_bi.bi_type,
[all...]
H A Dfrontend.c127 frontendDB->bd_info->bi_type = "frontend";
H A Dbackend.c93 for( bi=slap_binfo; bi->bi_type != NULL; bi++,nBackendInfo++ ) {
101 bi->bi_type, 0, 0 );
141 aBackendInfo->bi_type, 0, 0 );
149 aBackendInfo->bi_type, 0, 0 );
229 char *type = be->bd_info->bi_type;
234 type = oi->oi_orig->bi_type;
306 i, bi->bi_type, 0 );
322 i, be->bd_info->bi_type, 0 );
534 if( strcasecmp(bi->bi_type, type) == 0 ) {
H A Dmain.c710 if ( slap_binfo[0].bi_type ) {
712 for ( i= 0 ; slap_binfo[i].bi_type; i++ ) {
713 fprintf( stderr, " %s\n", slap_binfo[i].bi_type );
H A Dbackglue.c822 if ( !strcmp( on->on_bi.bi_type, glue.on_bi.bi_type ))
1372 if ( on->on_bi.bi_type == glue.on_bi.bi_type )
1427 rc = overlay_config( be, glue.on_bi.bi_type, -1, NULL, NULL);
1434 if ( on->on_bi.bi_type == glue.on_bi.bi_type )
1526 glue.on_bi.bi_type = "glue";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/allop/
H A Dallop.c246 allop.on_bi.bi_type = "allop";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/denyop/
H A Ddenyop.c231 denyop.on_bi.bi_type = "denyop";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nops/
H A Dnops.c165 nops_ovl.on_bi.bi_type = "nops";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/trace/
H A Dtrace.c227 trace.on_bi.bi_type = "trace";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dmonitor.c466 + strlen( be->bd_info->bi_type )
468 + strlen( be->bd_info->bi_type )
476 ptr = lutil_strcopy( ptr, be->bd_info->bi_type );
478 ptr = lutil_strcopy( ptr, be->bd_info->bi_type );
H A Dpbind.c158 ldappbind.on_bi.bi_type = "pbind";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dseqmod.c186 seqmod.on_bi.bi_type = "seqmod";
H A Dauditlog.c233 auditlog.on_bi.bi_type = "auditlog";
H A Ddyngroup.c209 dyngroup.on_bi.bi_type = "dyngroup";
H A Dodlocales.c325 odlocales.on_bi.bi_type = "odlocales";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A Dcloak.c335 cloak_ovl.on_bi.bi_type = "cloak";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c256 lastbind.on_bi.bi_type = "lastbind";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c238 noopsrch.on_bi.bi_type = "noopsrch";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c468 aa.on_bi.bi_type = "allowed";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dconfig.c330 sockover.on_bi.bi_type = "sock";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dupent/
H A Ddupent.c542 dupent.on_bi.bi_type = "dupent";

Completed in 170 milliseconds

123