Lines Matching defs:graceful
564 ap_podx_restart_t graceful)
569 switch (graceful) {
589 ap_podx_restart_t graceful)
591 return podx_signal_internal(pod, graceful);
595 ap_podx_restart_t graceful)
601 rv = podx_signal_internal(pod, graceful);
648 * because the MPM won't want to hold up a graceful restart for a
830 if (!strcmp(dash_k_arg, "graceful")) {
840 if (!strcmp(dash_k_arg, "graceful-stop")) {
875 !strcmp(optarg, "restart") || !strcmp(optarg, "graceful") ||
876 !strcmp(optarg, "graceful-stop")) {