| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | limits.c | 1081 if ( op->ors_tlimit == SLAP_NO_LIMIT && op->ors_slimit == SLAP_NO_LIMIT ) { in limits_check() 1089 if ( op->ors_tlimit == 0 ) { in limits_check() 1090 op->ors_tlimit = SLAP_NO_LIMIT; in limits_check() 1116 if ( op->ors_tlimit == 0 ) { in limits_check() 1117 op->ors_tlimit = op->ors_limit->lms_t_soft; in limits_check() 1123 … && ( op->ors_tlimit > op->ors_limit->lms_t_soft ) ) { in limits_check() 1124 op->ors_tlimit = op->ors_limit->lms_t_soft; in limits_check() 1129 if ( op->ors_tlimit == SLAP_MAX_LIMIT ) { in limits_check() 1130 op->ors_tlimit = op->ors_limit->lms_t_hard; in limits_check() 1132 } else if ( op->ors_tlimit > op->ors_limit->lms_t_hard ) { in limits_check() [all …]
|
| D | search.c | 79 &op->ors_tlimit, &op->ors_attrsonly ) == LBER_ERROR ) in do_search() 86 if ( op->ors_tlimit < 0 || op->ors_tlimit > SLAP_MAX_LIMIT ) { in do_search() 128 op->ors_slimit, op->ors_tlimit, op->ors_attrsonly); in do_search() 350 op->ors_tlimit = SLAP_NO_LIMIT; in fe_op_search()
|
| D | backglue.c | 408 stoptime = slap_get_time () + op->ors_tlimit; in glue_op_search() 461 tlimit0 = op->ors_tlimit; in glue_op_search() 493 op->ors_tlimit = stoptime - op->o_time; in glue_op_search() 494 if (op->ors_tlimit <= 0) { in glue_op_search() 702 op->ors_tlimit = tlimit0; in glue_op_search()
|
| D | saslauthz.c | 1930 op.ors_tlimit = SLAP_NO_LIMIT; in slap_sasl_match() 2093 op.ors_tlimit = SLAP_NO_LIMIT; in slap_sasl2dn()
|
| D | sasl.c | 457 op->ors_tlimit = SLAP_NO_LIMIT; in slap_auxprop_lookup() 1168 op->ors_tlimit = SLAP_NO_LIMIT; in slapd_rw_apply()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-passwd/ |
| D | search.c | 74 if ( op->ors_tlimit != SLAP_NO_LIMIT ) { in passwd_back_search() 75 stoptime = op->o_time + op->ors_tlimit; in passwd_back_search() 154 if ( op->ors_tlimit != SLAP_NO_LIMIT in passwd_back_search()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| D | search.c | 185 if ( op->ors_tlimit != SLAP_NO_LIMIT ) { in ldap_back_search() 186 tv.tv_sec = op->ors_tlimit; in ldap_back_search() 188 stoptime = op->o_time + op->ors_tlimit; in ldap_back_search() 352 if ( op->ors_tlimit != SLAP_NO_LIMIT in ldap_back_search()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| D | search.cpp | 294 stoptime = op->o_time + op->ors_tlimit; in ndb_oc_search() 365 if ( op->ors_tlimit != SLAP_NO_LIMIT && in ndb_oc_search() 594 stoptime = op->o_time + op->ors_tlimit; in ndb_back_search() 688 if ( op->ors_tlimit != SLAP_NO_LIMIT && in ndb_back_search()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| D | search.c | 51 XPUSHs(sv_2mortal(newSViv( op->ors_tlimit ))); in perl_back_search()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| D | search.c | 621 if ( op->ors_tlimit != SLAP_NO_LIMIT ) { in meta_back_search_start() 622 tv.tv_sec = op->ors_tlimit > 0 ? op->ors_tlimit : 1; in meta_back_search_start() 979 if ( op->ors_tlimit != SLAP_NO_LIMIT ) { in meta_back_search() 980 stoptime = op->o_time + op->ors_tlimit; in meta_back_search() 1010 if ( op->ors_tlimit != SLAP_NO_LIMIT in meta_back_search()
|
| D | bind.c | 335 if ( op->ors_tlimit <= 0 ) { in meta_back_bind_op_result() 339 timeout = op->ors_tlimit; in meta_back_bind_op_result() 1006 if ( op->ors_tlimit <= 0 ) { in meta_back_op_result() 1010 timeout = op->ors_tlimit; in meta_back_op_result()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| D | rdnval.c | 117 op2.ors_tlimit = SLAP_NO_LIMIT; in rdnval_unique_check() 505 op->ors_tlimit = SLAP_NO_LIMIT; in rdnval_repair()
|
| D | vernum.c | 275 op->ors_tlimit = SLAP_NO_LIMIT; in vernum_repair()
|
| D | pguid.c | 312 op->ors_tlimit = SLAP_NO_LIMIT; in pguid_repair()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| D | nssov.h | 344 op->ors_tlimit = SLAP_NO_LIMIT; \
|
| D | passwd.c | 191 op2.ors_tlimit = SLAP_NO_LIMIT; in nssov_uid2dn()
|
| D | pam.c | 406 op->ors_tlimit = SLAP_NO_LIMIT; in pam_authz()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| D | slapi_pblock.c | 721 *((int *)value) = pb->pb_op->ors_tlimit; in pblock_get() 1109 pb->pb_op->ors_tlimit = *((int *)value); in pblock_set()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| D | delete.c | 368 op2.ors_tlimit = SLAP_NO_LIMIT; in backsql_tree_delete()
|
| D | search.c | 2051 stoptime = op->o_time + op->ors_tlimit; in backsql_search() 2233 if ( op->ors_tlimit != SLAP_NO_LIMIT in backsql_search()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | dds.c | 160 op->ors_tlimit = DDS_INTERVAL( di )/2 + 1; in dds_expire() 1728 op->ors_tlimit = SLAP_NO_LIMIT; in dds_count()
|
| D | pcache.c | 1828 op->ors_tlimit = SLAP_NO_LIMIT; in remove_query_data() 2128 op->ors_tlimit = SLAP_NO_LIMIT; in pcache_remove_entries_from_cache() 2257 op->ors_tlimit = SLAP_NO_LIMIT; in pcache_remove_entry_queries_from_cache() 2897 op2.ors_tlimit = SLAP_NO_LIMIT; in pcache_op_bind() 3437 op->ors_tlimit = SLAP_NO_LIMIT; in refresh_query() 4694 op->ors_tlimit = SLAP_NO_LIMIT; in pcache_db_open2()
|
| D | dynlist.c | 355 o.ors_tlimit = SLAP_NO_LIMIT; in dynlist_urlmembers() 554 o.ors_tlimit = SLAP_NO_LIMIT; in dynlist_prepare_entry() 957 o.ors_tlimit = SLAP_NO_LIMIT; in dynlist_compare()
|
| D | syncprov.c | 528 fop.ors_tlimit = SLAP_NO_LIMIT; in syncprov_findbase() 718 fop.ors_tlimit = SLAP_NO_LIMIT; in syncprov_findcsn() 1778 fop.ors_tlimit = SLAP_NO_LIMIT; in check_uuidlist_presence() 3817 op->ors_tlimit = SLAP_NO_LIMIT; in syncprov_db_otask2()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| D | autogroup.c | 524 o.ors_tlimit = SLAP_NO_LIMIT; in autogroup_add_members_from_filter() 2094 op->ors_tlimit = SLAP_NO_LIMIT; in autogroup_db_open()
|