Home
last modified time | relevance | path

Searched refs:overlay_is_inst (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Doverlay.c108 if ( !overlay_is_inst( be, on->on_bi.bi_type ) ) { in monitor_subsys_overlay_init()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dbackover.c79 if ( overlay_is_inst( &be2, (*onp)->on_bi.bi_type ) ) { in over_db_config()
1093 overlay_is_inst( BackendDB *be, const char *over_type ) in overlay_is_inst() function
1438 if ( overlay_is_inst( be, ov ) ) { in overlay_config()
H A Dbackglue.c1481 if ( overlay_is_inst( be, "glue" )) { in glue_sub_add()
H A Dsyncrepl.c306 !overlay_is_inst( si->si_be, syncrepl_ov.on_bi.bi_type )) { in init_syncrepl()
2025 if ( SLAP_GLUE_SUBORDINATE( be ) && !overlay_is_inst( be, "syncprov" )) { in do_syncrepl()
2027 if ( overlay_is_inst( top_be, "syncprov" )) in do_syncrepl()
H A Dproto-slap.h469 LDAP_SLAPD_F (int) overlay_is_inst LDAP_P(( BackendDB *be, const char *name ));
/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c927 return overlay_is_inst( be, SLAPI_OVERLAY_NAME ); in slapi_over_is_inst()