Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm.h15 #define FPM_EXIT_OK EX_OK macro
17 #define FPM_EXIT_OK 0 macro
H A Dfpm.c70 exit(FPM_EXIT_OK); in fpm_init()
H A Dfpm_main.c1569 int exit_status = FPM_EXIT_OK;
1701 exit_status = FPM_EXIT_OK;
1730 exit_status = (c == 'h') ? FPM_EXIT_OK : FPM_EXIT_USAGE;
1750 exit_status = FPM_EXIT_OK;
1768 exit_status = FPM_EXIT_OK;
H A Dfpm_children.c201 if (WEXITSTATUS(status) != FPM_EXIT_OK) { in fpm_children_bury()
H A Dfpm_unix.c326 exit(FPM_EXIT_OK); in fpm_unix_init_main()
H A Dfpm_process_ctl.c74 exit(FPM_EXIT_OK); in fpm_pctl_exit()

Completed in 53 milliseconds