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

  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen.c 583 int psc_hiwat_check_queue_length; /* stress high-water mark */ variable
1146 psc_hiwat_check_queue_length = .9 * var_psc_pre_queue_limit;
1150 psc_lowat_check_queue_length, psc_hiwat_check_queue_length);
1155 if (psc_hiwat_check_queue_length == 0)
1157 psc_hiwat_check_queue_length);
postscreen_state.c 195 && psc_check_queue_length >= psc_hiwat_check_queue_length) {
postscreen.h 383 extern int psc_hiwat_check_queue_length;/* stress high-water mark */

Completed in 23 milliseconds