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

  /src/external/bsd/openldap/dist/servers/slapd/back-relay/
init.c 224 AC_MEMCPY( be->bd_self->be_ctrls, ri->ri_bd->be_ctrls, sizeof( be->be_ctrls ) );
228 AC_MEMCPY( be->bd_self->be_ctrls, frontendDB->be_ctrls, sizeof( be->be_ctrls ) );
  /src/external/bsd/openldap/dist/servers/slapd/
frontend.c 151 frontendDB->be_ctrls[ cid ] = 1;
backover.c 1133 * be_ctrls[ cid ] as an instance counter, so that the
1136 bd->be_ctrls[ cid ]++;
1137 bd->be_ctrls[ SLAP_MAX_CIDS ] = 1;
1144 * be_ctrls[ cid ] as an instance counter, so that the
1147 be->bd_self->be_ctrls[ cid ]++;
1148 be->bd_self->be_ctrls[ SLAP_MAX_CIDS ] = 1;
1174 bd->be_ctrls[ cid ]--;
1179 be->bd_self->be_ctrls[ cid ]--;
backend.c 180 if ( be->be_ctrls[ SLAP_MAX_CIDS ] == 0 ) {
181 AC_MEMCPY( be->be_ctrls, bi->bi_ctrls,
182 sizeof( be->be_ctrls ) );
183 be->be_ctrls[ SLAP_MAX_CIDS ] = 1;
190 be->be_ctrls[ i ] = bi->bi_ctrls[ i ];
1045 if ( !op->o_bd->be_ctrls[cid] && (*ctrls)->ldctl_iscritical ) {
slap.h 1869 * be_ctrls[SLAP_MAX_CIDS] is set to 1 if initialized */
1870 char be_ctrls[SLAP_MAX_CIDS + 1]; member in struct:BackendDB

Completed in 67 milliseconds