Searched refs:ors_tlimit (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dsearch.c49 XPUSHs(sv_2mortal(newSViv( op->ors_tlimit )));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c1076 if ( op->ors_tlimit == SLAP_NO_LIMIT && op->ors_slimit == SLAP_NO_LIMIT ) {
1084 if ( op->ors_tlimit == 0 ) {
1085 op->ors_tlimit = SLAP_NO_LIMIT;
1111 if ( op->ors_tlimit == 0 ) {
1112 op->ors_tlimit = op->ors_limit->lms_t_soft;
1118 && ( op->ors_tlimit > op->ors_limit->lms_t_soft ) ) {
1119 op->ors_tlimit = op->ors_limit->lms_t_soft;
1124 if ( op->ors_tlimit == SLAP_MAX_LIMIT ) {
1125 op->ors_tlimit = op->ors_limit->lms_t_hard;
1127 } else if ( op->ors_tlimit > o
[all...]
H A Dsearch.c74 &op->ors_tlimit, &op->ors_attrsonly ) == LBER_ERROR )
81 if ( op->ors_tlimit < 0 || op->ors_tlimit > SLAP_MAX_LIMIT ) {
124 op->ors_slimit, op->ors_tlimit, op->ors_attrsonly);
321 op->ors_tlimit = SLAP_NO_LIMIT;
H A Dbackglue.c406 stoptime = slap_get_time () + op->ors_tlimit;
459 tlimit0 = op->ors_tlimit;
491 op->ors_tlimit = stoptime - op->o_time;
492 if (op->ors_tlimit <= 0) {
700 op->ors_tlimit = tlimit0;
H A Dsasl.c427 op->ors_tlimit = SLAP_NO_LIMIT;
736 op->ors_tlimit = SLAP_NO_LIMIT;
825 op.ors_tlimit = SLAP_NO_LIMIT;
1350 op->ors_tlimit = SLAP_NO_LIMIT;
H A Dsaslauthz.c1831 op.ors_tlimit = SLAP_NO_LIMIT;
1994 op.ors_tlimit = SLAP_NO_LIMIT;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-passwd/
H A Dsearch.c69 if ( op->ors_tlimit != SLAP_NO_LIMIT ) {
70 stoptime = op->o_time + op->ors_tlimit;
149 if ( op->ors_tlimit != SLAP_NO_LIMIT
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dsearch.c163 if ( op->ors_tlimit != SLAP_NO_LIMIT ) {
164 tv.tv_sec = op->ors_tlimit;
166 stoptime = op->o_time + op->ors_tlimit;
326 if ( op->ors_tlimit != SLAP_NO_LIMIT
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c112 op2.ors_tlimit = SLAP_NO_LIMIT;
503 op->ors_tlimit = SLAP_NO_LIMIT;
H A Dpguid.c307 op->ors_tlimit = SLAP_NO_LIMIT;
H A Dvernum.c270 op->ors_tlimit = SLAP_NO_LIMIT;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dbind.c339 if ( op->ors_tlimit <= 0 ) {
343 timeout = op->ors_tlimit;
1009 if ( op->ors_tlimit <= 0 ) {
1013 timeout = op->ors_tlimit;
H A Dsearch.c616 if ( op->ors_tlimit != SLAP_NO_LIMIT ) {
617 tv.tv_sec = op->ors_tlimit > 0 ? op->ors_tlimit : 1;
974 if ( op->ors_tlimit != SLAP_NO_LIMIT ) {
975 stoptime = op->o_time + op->ors_tlimit;
1005 if ( op->ors_tlimit != SLAP_NO_LIMIT
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dodlocales.c132 nop->ors_tlimit = SLAP_NO_LIMIT;
H A Dnestedgroup.c165 nop.ors_tlimit = SLAP_NO_LIMIT;
H A Dpcache.c1815 op->ors_tlimit = SLAP_NO_LIMIT;
2115 op->ors_tlimit = SLAP_NO_LIMIT;
2244 op->ors_tlimit = SLAP_NO_LIMIT;
2885 op2.ors_tlimit = SLAP_NO_LIMIT;
3422 op->ors_tlimit = SLAP_NO_LIMIT;
4639 op->ors_tlimit = SLAP_NO_LIMIT;
H A Ddds.c155 op->ors_tlimit = DDS_INTERVAL( di )/2 + 1;
1647 op->ors_tlimit = SLAP_NO_LIMIT;
H A Ddynlist.c413 o.ors_tlimit = SLAP_NO_LIMIT;
760 o.ors_tlimit = SLAP_NO_LIMIT;
H A Ddynid.c112 nop->ors_tlimit = SLAP_NO_LIMIT;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.h321 op->ors_tlimit = SLAP_NO_LIMIT; \
H A Dpasswd.c189 op2.ors_tlimit = SLAP_NO_LIMIT;
H A Dpam.c335 op->ors_tlimit = SLAP_NO_LIMIT;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Ddelete.c368 op2.ors_tlimit = SLAP_NO_LIMIT;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dsearch.c588 stoptime = op->o_time + op->ors_tlimit;
715 if ( op->ors_tlimit != SLAP_NO_LIMIT
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c716 *((int *)value) = pb->pb_op->ors_tlimit;
1104 pb->pb_op->ors_tlimit = *((int *)value);

Completed in 214 milliseconds

12