Home
last modified time | relevance | path

Searched refs:be_match (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c202 if ( !be_match( op->o_bd, frontendDB ) ) { in slapi_over_call_plugins()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c2025 if ( op->o_bd != NULL && !be_match( op->o_bd, frontendDB ) && in fe_aux_operational()
H A Dproto-slap.h341 #define be_match( be1, be2 ) ( (be1) == (be2) || \ macro