HomeSort by: relevance | last modified time | path
    Searched refs:SLAP_MULTIPROVIDER (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 1072 si->si_syncCookie.sid = ( SLAP_MULTIPROVIDER( si->si_be ) || si->si_be != si->si_wbe ) ?
1734 if ( SLAP_MULTIPROVIDER( op->o_bd ) && check_syncprov( op, si )) {
1940 if ( SLAP_MULTIPROVIDER( op->o_bd ) && check_syncprov( op, si )) {
3270 if ( SLAP_MULTIPROVIDER( op->o_bd )) {
3276 if ( SLAP_MULTIPROVIDER( op->o_bd )) {
4804 if ( SLAP_MULTIPROVIDER( op->o_bd )) {
4834 if ( SLAP_MULTIPROVIDER( op->o_bd )) {
slap.h 1922 #define SLAP_MULTIPROVIDER(be) (SLAP_DBFLAGS(be) & SLAP_DBFLAG_MULTI_SHADOW)
bconfig.c 1426 c->value_int = (SLAP_MULTIPROVIDER(c->be) != 0);
3982 if ( !SLAP_MULTIPROVIDER( c->be ))

Completed in 46 milliseconds