Searched refs:slap_limits (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c72 struct slap_limits **lm;
219 struct slap_limits *lm;
242 lm = ( struct slap_limits * )ch_calloc( sizeof( struct slap_limits ), 1 );
300 be->be_limits = ( struct slap_limits ** )ch_realloc( be->be_limits,
301 sizeof( struct slap_limits * ) * ( i + 2 ) );
894 limits_unparse( struct slap_limits *lim, struct berval *bv, ber_len_t buflen )
1329 struct slap_limits *lm )
1342 struct slap_limits **lm )
H A Dproto-slap.h1201 struct slap_limits *limit, struct berval *bv, ber_len_t buflen ));
1203 struct slap_limits *lm ));
1204 LDAP_SLAPD_F (void) limits_destroy LDAP_P(( struct slap_limits **lm ));
H A Dslap.h1708 struct slap_limits { struct
1971 struct slap_limits **be_limits; /* regex-based size and time limits */

Completed in 79 milliseconds