Searched refs:SLAP_MAX_LIMIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c1124 if ( op->ors_tlimit == SLAP_MAX_LIMIT ) {
1190 if ( op->ors_slimit == 0 || op->ors_slimit == SLAP_MAX_LIMIT ) {
1198 } else if ( pr_total > 0 && op->ors_slimit != SLAP_MAX_LIMIT
1219 if ( op->ors_slimit == SLAP_MAX_LIMIT )
1221 if ( op->ors_slimit == SLAP_MAX_LIMIT
1303 if ( op->ors_slimit == SLAP_MAX_LIMIT ) {
H A Dsearch.c81 if ( op->ors_tlimit < 0 || op->ors_tlimit > SLAP_MAX_LIMIT ) {
86 if ( op->ors_slimit < 0 || op->ors_slimit > SLAP_MAX_LIMIT ) {
H A Dslap.h1706 #define SLAP_MAX_LIMIT 2147483647 macro

Completed in 129 milliseconds