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

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 581 ( limit.lms_t_hard < limit.lms_t_soft
582 || limit.lms_t_soft == -1 ) ) {
583 limit.lms_t_hard = limit.lms_t_soft;
652 limit->lms_t_soft = -1;
665 limit->lms_t_soft = soft;
705 limit->lms_t_soft = -1;
708 if ( lutil_atoi( &limit->lms_t_soft, arg ) != 0
709 || limit->lms_t_soft < -1 )
1024 if ( lim->lms_t_soft != SLAPD_DEFAULT_TIMELIMIT ) {
1028 lim->lms_t_soft == frontendDB->be_def_limit.lms_t_soft
    [all...]
frontend.c 107 frontendDB->be_def_limit.lms_t_soft = SLAPD_DEFAULT_TIMELIMIT; /* backward compatible limits */
slap.h 1708 int lms_t_soft; member in struct:slap_limits_set
1998 #define be_timelimit be_def_limit.lms_t_soft
bconfig.c 2860 lim->lms_t_soft = SLAPD_DEFAULT_TIMELIMIT;
2863 lim->lms_t_soft = frontendDB->be_def_limit.lms_t_soft;
2879 lim->lms_t_soft = -1;
2881 if ( lutil_atoix( &lim->lms_t_soft, c->argv[i], 0 ) != 0 ) {
2911 ce->ce_be->be_def_limit.lms_t_soft = lim->lms_t_soft;

Completed in 21 milliseconds