Searched refs:lms_s_pr_total (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c600 * lms_s_pr_total:
611 if ( limit.lms_s_pr_total > 0 &&
612 limit.lms_s_pr > limit.lms_s_pr_total ) {
613 limit.lms_s_pr = limit.lms_s_pr_total;
823 limit->lms_s_pr_total = -1;
826 limit->lms_s_pr_total = -2;
829 limit->lms_s_pr_total = 0;
846 limit->lms_s_pr_total = total;
1009 if ( lim->lms_s_pr_total ) {
1011 if ( lim->lms_s_pr_total
[all...]
H A Dfrontend.c109 frontendDB->be_def_limit.lms_s_pr_total = 0; /* number of total entries returned by pagedResults equal to hard limit */
H A Dbconfig.c2322 lim->lms_s_pr_total = 0;
2329 lim->lms_s_pr_total = frontendDB->be_def_limit.lms_s_pr_total;
2381 ce->ce_be->be_def_limit.lms_s_pr_total =lim->lms_s_pr_total;
H A Dslap.h1701 int lms_s_pr_total; member in struct:slap_limits_set

Completed in 231 milliseconds