Home
last modified time | relevance | path

Searched refs:psc_stress (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_state.c194 if (psc_stress == 0 in psc_new_session_state()
196 psc_stress = 1; in psc_new_session_state()
269 if (psc_stress != 0 in psc_free_session_state()
271 psc_stress = 0; in psc_free_session_state()
H A Dpostscreen.h381 extern int psc_stress; /* stress level */
388 (psc_stress ? psc_stress_greet_wait : psc_normal_greet_wait)
390 (psc_stress ? psc_stress_cmd_time_limit : psc_normal_cmd_time_limit)
H A Dpostscreen.c571 int psc_stress; /* stress level */ variable