Searched refs:SMTPD_SMTP_PAUSED (Results 1 – 5 of 5) sorted by relevance
94 env->sc_flags |= SMTPD_SMTP_PAUSED; in smtp_imsg()99 env->sc_flags &= ~SMTPD_SMTP_PAUSED; in smtp_imsg()243 if (!(env->sc_flags & SMTPD_SMTP_PAUSED)) in smtp_setup_events()258 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED)) in smtp_pause()270 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED)) in smtp_resume()288 if (env->sc_flags & SMTPD_SMTP_PAUSED) in smtp_enqueue()315 if (env->sc_flags & SMTPD_SMTP_PAUSED) in smtp_accept()
439 if (env->sc_flags & SMTPD_SMTP_PAUSED) { in control_dispatch_ext()584 if (env->sc_flags & SMTPD_SMTP_PAUSED) { in control_dispatch_ext()589 env->sc_flags |= SMTPD_SMTP_PAUSED; in control_dispatch_ext()634 if (!(env->sc_flags & SMTPD_SMTP_PAUSED)) { in control_dispatch_ext()639 env->sc_flags &= ~SMTPD_SMTP_PAUSED; in control_dispatch_ext()
884 (sc_flags & SMTPD_SMTP_PAUSED) ? "paused" : "running"); in do_show_status()
560 #define SMTPD_SMTP_PAUSED 0x00000008 macro
572 flags |= SMTPD_SMTP_PAUSED; in main()