OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLAP_MAX_LIMIT
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
limits.c
1129
if ( op->ors_tlimit ==
SLAP_MAX_LIMIT
) {
1195
if ( op->ors_slimit == 0 || op->ors_slimit ==
SLAP_MAX_LIMIT
) {
1203
} else if ( pr_total > 0 && op->ors_slimit !=
SLAP_MAX_LIMIT
1224
if ( op->ors_slimit ==
SLAP_MAX_LIMIT
)
1226
if ( op->ors_slimit ==
SLAP_MAX_LIMIT
1308
if ( op->ors_slimit ==
SLAP_MAX_LIMIT
) {
search.c
86
if ( op->ors_tlimit < 0 || op->ors_tlimit >
SLAP_MAX_LIMIT
) {
91
if ( op->ors_slimit < 0 || op->ors_slimit >
SLAP_MAX_LIMIT
) {
slap.h
1722
#define
SLAP_MAX_LIMIT
2147483647
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026