Searched refs:be_ctrls (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-relay/
H A Dinit.c218 AC_MEMCPY( be->bd_self->be_ctrls, ri->ri_bd->be_ctrls, sizeof( be->be_ctrls ) );
222 AC_MEMCPY( be->bd_self->be_ctrls, frontendDB->be_ctrls, sizeof( be->be_ctrls ) );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfrontend.c146 frontendDB->be_ctrls[ cid ] = 1;
H A Dbackover.c1080 * be_ctrls[ cid ] as an instance counter, so that the
1083 bd->be_ctrls[ cid ]++;
1084 bd->be_ctrls[ SLAP_MAX_CIDS ] = 1;
1091 * be_ctrls[ cid ] as an instance counter, so that the
1094 be->bd_self->be_ctrls[ cid ]++;
1095 be->bd_self->be_ctrls[ SLAP_MAX_CIDS ] = 1;
1121 bd->be_ctrls[ cid ]--;
1126 be->bd_self->be_ctrls[ cid ]--;
H A Dbackend.c172 if ( be->be_ctrls[ SLAP_MAX_CIDS ] == 0 ) {
173 AC_MEMCPY( be->be_ctrls, bi->bi_ctrls,
174 sizeof( be->be_ctrls ) );
175 be->be_ctrls[ SLAP_MAX_CIDS ] = 1;
182 be->be_ctrls[ i ] = bi->bi_ctrls[ i ];
968 if ( !op->o_bd->be_ctrls[cid] && (*ctrls)->ldctl_iscritical ) {
H A Dslap.h1851 * be_ctrls[SLAP_MAX_CIDS] is set to 1 if initialized */
1852 char be_ctrls[SLAP_MAX_CIDS + 1]; member in struct:BackendDB

Completed in 185 milliseconds