HomeSort by: relevance | last modified time | path
    Searched refs:ors_limit (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 1087 op->ors_limit = NULL;
1111 ( void ) limits_get( op, &op->ors_limit );
1113 assert( op->ors_limit != NULL );
1117 op->ors_tlimit = op->ors_limit->lms_t_soft;
1121 if ( op->ors_limit->lms_t_hard == 0 ) {
1122 if ( op->ors_limit->lms_t_soft > 0
1123 && ( op->ors_tlimit > op->ors_limit->lms_t_soft ) ) {
1124 op->ors_tlimit = op->ors_limit->lms_t_soft;
1127 } else if ( op->ors_limit->lms_t_hard > 0 ) {
1130 op->ors_tlimit = op->ors_limit->lms_t_hard
    [all...]
syncrepl.c 2953 op2.ors_limit = NULL;
4203 op->ors_limit = NULL;
4354 op2.ors_limit = NULL;
4761 op->ors_limit = NULL;
4797 op->ors_limit = NULL;
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
search.c 497 if ( op->ors_limit &&
498 op->ors_limit->lms_s_unchecked != -1 &&
499 WT_IDL_N(candidates) > (unsigned) op->ors_limit->lms_s_unchecked )
507 if ( op->ors_limit == NULL /* isroot == TRUE */ ||
508 !op->ors_limit->lms_s_pr_hide )
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 169 if ( op->ors_limit /* isroot == FALSE */ &&
170 op->ors_limit->lms_s_unchecked != -1 &&
171 MDB_IDL_N( aliases ) > (unsigned) op->ors_limit->lms_s_unchecked )
719 if ( op->ors_limit /* isroot == FALSE */ &&
720 op->ors_limit->lms_s_unchecked != -1 &&
721 ncand > (unsigned) op->ors_limit->lms_s_unchecked )
726 if ( op->ors_limit == NULL /* isroot == TRUE */ ||
727 !op->ors_limit->lms_s_pr_hide )
782 if ( admincheck && nsubs > (unsigned) op->ors_limit->lms_s_unchecked )
filterindex.c 1164 if( op->ors_limit && op->ors_limit->lms_s_unchecked != -1 &&
1165 MDB_IDL_N( ids ) >= (unsigned) op->ors_limit->lms_s_unchecked ) {
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacaudit.c 231 op2.ors_limit = NULL;
rbacperm.c 180 op2.ors_limit = NULL;
rbacsess.c 264 op2.ors_limit = NULL;
335 op2.ors_limit = NULL;
494 //op2.ors_limit = NULL;
611 //op2.ors_limit = NULL;
712 op2.ors_limit = NULL;
783 op2.ors_limit = NULL;
899 //op2.ors_limit = NULL;
rbacuser.c 419 op2.ors_limit = NULL;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
nestgroup.c 422 o.ors_limit = NULL;
604 o.ors_limit = NULL;
pcache.c 1835 op->ors_limit = NULL;
2135 op->ors_limit = NULL;
2264 op->ors_limit = NULL;
2904 op2.ors_limit = NULL;
3444 op->ors_limit = NULL;
4701 op->ors_limit = NULL;
refint.c 855 op->ors_limit = NULL;
syncprov.c 526 fop.ors_limit = NULL;
718 fop.ors_limit = NULL;
770 fop.ors_limit = &fc_limits;
1804 fop.ors_limit = NULL;
3962 op->ors_limit = NULL;
memberof.c 295 op2.ors_limit = NULL;
586 o.ors_limit = NULL;
constraint.c 666 nop.ors_limit = NULL;
retcode.c 258 op2.ors_limit = NULL;
sssvlv.c 923 if ( !op->ors_limit && limits_check( op, rs ))
dynlist.c 475 o.ors_limit = NULL;
678 o.ors_limit = NULL;
1088 o.ors_limit = NULL;
unique.c 1006 nop->ors_limit = NULL;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
search.c 2232 ( op->ors_limit == NULL /* isroot == TRUE */ ? -2 :
2233 ( op->ors_limit->lms_s_unchecked == -1 ? -2 :
2234 ( op->ors_limit->lms_s_unchecked ) ) );
2287 if ( op->ors_limit != NULL /* isroot == FALSE */
2288 && op->ors_limit->lms_s_unchecked != -1
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
rdnval.c 115 op2.ors_limit = NULL;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 531 o.ors_limit = NULL;
2134 op->ors_limit = NULL;
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 935 op2.ors_limit = NULL;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
chain.c 1109 if ( op->ors_limit != NULL || limits_check( op, rs ) == 0 ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
init.c 912 op->ors_limit = NULL;

Completed in 164 milliseconds

1 2