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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c576 ( limit.lms_t_hard < limit.lms_t_soft
577 || limit.lms_t_soft == -1 ) ) {
578 limit.lms_t_hard = limit.lms_t_soft;
647 limit->lms_t_soft = -1;
660 limit->lms_t_soft = soft;
700 limit->lms_t_soft = -1;
703 if ( lutil_atoi( &limit->lms_t_soft, arg ) != 0
704 || limit->lms_t_soft < -1 )
1019 if ( lim->lms_t_soft != SLAPD_DEFAULT_TIMELIMIT ) {
1023 lim->lms_t_soft
[all...]
H A Dfrontend.c102 frontendDB->be_def_limit.lms_t_soft = SLAPD_DEFAULT_TIMELIMIT; /* backward compatible limits */
H A Dbconfig.c2406 lim->lms_t_soft = SLAPD_DEFAULT_TIMELIMIT;
2409 lim->lms_t_soft = frontendDB->be_def_limit.lms_t_soft;
2425 lim->lms_t_soft = -1;
2427 if ( lutil_atoix( &lim->lms_t_soft, c->argv[i], 0 ) != 0 ) {
2457 ce->ce_be->be_def_limit.lms_t_soft = lim->lms_t_soft;
H A Dslap.h1692 int lms_t_soft; member in struct:slap_limits_set
1969 #define be_timelimit be_def_limit.lms_t_soft

Completed in 260 milliseconds