HomeSort by: relevance | last modified time | path
    Searched refs:psc_lowat_check_queue_length (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen.c 582 int psc_lowat_check_queue_length; /* stress low-water mark */ variable
1145 psc_lowat_check_queue_length = .7 * var_psc_pre_queue_limit;
1150 psc_lowat_check_queue_length, psc_hiwat_check_queue_length);
1152 if (psc_lowat_check_queue_length == 0)
1154 psc_lowat_check_queue_length);
postscreen_state.c 270 && psc_check_queue_length <= psc_lowat_check_queue_length) {
postscreen.h 382 extern int psc_lowat_check_queue_length;/* stress low-water mark */

Completed in 78 milliseconds