Searched refs:bi_db_close (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dpbind.c113 rc = lback->bi_db_close( be, cr );
129 rc = lback->bi_db_close( be, cr );
161 ldappbind.on_bi.bi_db_close = ldap_pbind_db_close;
H A Dinit.c80 bi->bi_db_close = ldap_back_db_close;
H A Dchain.c1467 if ( ce->ce_be->bd_info->bi_db_close ) {
1468 ce->ce_be->bd_info->bi_db_close( ce->ce_be, NULL );
2299 ldapchain.on_bi.bi_db_close = ldap_chain_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dinit.c54 bi->bi_db_close = 0;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-passwd/
H A Dinit.c48 bi->bi_db_close = 0;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-shell/
H A Dinit.c56 bi->bi_db_close = 0;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dinit.c43 bi->bi_db_close = 0;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dinit.c50 bi->bi_db_close = 0;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/trace/
H A Dtrace.c232 trace.on_bi.bi_db_close = trace_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dseqmod.c188 seqmod.on_bi.bi_db_close = seqmod_db_close;
H A Dauditlog.c235 auditlog.on_bi.bi_db_close = auditlog_db_close;
H A Ddyngroup.c210 dyngroup.on_bi.bi_db_close = dyngroup_close;
H A Dtranslucent.c1331 if ( ov && ov->db.bd_info && ov->db.bd_info->bi_db_close ) {
1332 rc = ov->db.bd_info->bi_db_close(&ov->db, NULL);
1387 translucent.on_bi.bi_db_close = translucent_db_close;
H A Dnestedgroup.c468 nestedgroup.on_bi.bi_db_close = nestedgroup_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbackend.c360 if ( be->bd_info->bi_db_close ) {
361 rc = be->bd_info->bi_db_close( be, NULL );
375 if ( be->bd_info->bi_db_close ) {
376 be->bd_info->bi_db_close( be, NULL );
381 "backend_close: bi_db_close %s failed!\n",
399 if ( frontendDB->bd_info->bi_db_close ) {
400 rc = frontendDB->bd_info->bi_db_close ( frontendDB, NULL );
403 "backend_startup: bi_db_close(frontend) failed! (%d)\n",
648 if ( be->bd_info->bi_db_close ) {
649 be->bd_info->bi_db_close( b
[all...]
H A Dbackover.c175 if ( be->bd_info->bi_db_close ) {
176 rc = be->bd_info->bi_db_close( be, cr );
180 if ( oi->oi_orig->bi_db_close ) {
182 rc = be->bd_info->bi_db_close( be, cr );
1166 if ( rm_ctx->on->on_bi.bi_db_close ) {
1167 rm_ctx->on->on_bi.bi_db_close( rm_ctx->be, NULL );
1337 bi->bi_db_close = over_db_close;
H A Dbackglue.c1344 on->on_info->oi_bi.bi_db_close = 0;
1529 glue.on_bi.bi_db_close = glue_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c258 lastbind.on_bi.bi_db_close = lastbind_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-relay/
H A Dinit.c149 bi->bi_db_close = relay_back_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dinit.c69 bi->bi_db_close = 0;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-null/
H A Dnull.c383 bi->bi_db_close = 0;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dinit.c64 bi->bi_db_close = backsql_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_overlay.c904 slapi.on_bi.bi_db_close = slapi_over_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.c912 nssov.on_bi.bi_db_close = nssov_db_close;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dconfig.c361 rc = c->be->bd_info->bi_db_close( c->be, &c->reply );

Completed in 138 milliseconds

12