Home
last modified time | relevance | path

Searched refs:FPM_EXIT_OK (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/sapi/fpm/fpm/
H A Dfpm.h15 #define FPM_EXIT_OK EX_OK macro
17 #define FPM_EXIT_OK 0 macro
H A Dfpm.c72 exit(FPM_EXIT_OK); in fpm_init()
H A Dfpm_main.c1571 int exit_status = FPM_EXIT_OK;
1712 exit_status = FPM_EXIT_OK;
1745 exit_status = (c == 'h') ? FPM_EXIT_OK : FPM_EXIT_USAGE;
1765 exit_status = FPM_EXIT_OK;
1783 exit_status = FPM_EXIT_OK;
H A Dfpm_children.c201 if (WEXITSTATUS(status) != FPM_EXIT_OK) { in fpm_children_bury()
H A Dfpm_process_ctl.c74 exit(FPM_EXIT_OK); in fpm_pctl_exit()
H A Dfpm_unix.c541 exit(FPM_EXIT_OK); in fpm_unix_init_main()

Completed in 39 milliseconds