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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslap.h1788 #ifndef SLAP_MAX_CIDS
1789 #define SLAP_MAX_CIDS 32 /* Maximum number of supported controls */ macro
1851 * be_ctrls[SLAP_MAX_CIDS] is set to 1 if initialized */
1852 char be_ctrls[SLAP_MAX_CIDS + 1];
2360 char bi_ctrls[SLAP_MAX_CIDS + 1];
2708 char o_ctrlflag[SLAP_MAX_CIDS]; /* per-control flags */
2798 void *ob_controls[SLAP_MAX_CIDS];
H A Dbackend.c172 if ( be->be_ctrls[ SLAP_MAX_CIDS ] == 0 ) {
175 be->be_ctrls[ SLAP_MAX_CIDS ] = 1;
180 for ( i = 0; i < SLAP_MAX_CIDS; i++ ) {
H A Dcontrols.c99 char *slap_known_controls[SLAP_MAX_CIDS+1];
257 if ( num_known_controls >= SLAP_MAX_CIDS ) {
259 " Recompile slapd with SLAP_MAX_CIDS defined > %d\n",
260 SLAP_MAX_CIDS, 0, 0 );
H A Dbackover.c1084 bd->be_ctrls[ SLAP_MAX_CIDS ] = 1;
1095 be->bd_self->be_ctrls[ SLAP_MAX_CIDS ] = 1;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c1919 void *cids[SLAP_MAX_CIDS];
1962 void *cids[SLAP_MAX_CIDS];

Completed in 170 milliseconds