Searched refs:lms_t_hard (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dlimits.c575 if ( limit.lms_t_hard > 0 &&
576 ( limit.lms_t_hard < limit.lms_t_soft
578 limit.lms_t_hard = limit.lms_t_soft;
590 * lms_t_hard:
666 limit->lms_t_hard = 0;
671 limit->lms_t_hard = -1;
688 limit->lms_t_hard = hard;
709 limit->lms_t_hard = 0;
1028 } else if ( lim->lms_t_hard ) {
1042 if ( lim->lms_t_hard ) {
[all...]
H A Dfrontend.c103 frontendDB->be_def_limit.lms_t_hard = 0;
H A Dbconfig.c2463 lim->lms_t_hard = 0;
2466 lim->lms_t_hard = frontendDB->be_def_limit.lms_t_hard;
2490 lim->lms_t_hard = 0;
2514 ce->ce_be->be_def_limit.lms_t_hard = lim->lms_t_hard;
H A Dslap.h1698 int lms_t_hard; member in struct:slap_limits_set

Completed in 143 milliseconds