|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| struct | key_value_s |
| struct | fpm_global_config_s |
| struct | fpm_worker_pool_config_s |
| struct | ini_value_parser_s |
Macros | |
| #define | PM2STR(a) |
| #define | FPM_CONF_MAX_PONG_LENGTH 64 |
Enumerations | |
| enum | { PM_STYLE_STATIC = 1 , PM_STYLE_DYNAMIC = 2 , PM_STYLE_ONDEMAND = 3 } |
Functions | |
| int | fpm_conf_init_main (int test_conf, int force_daemon) |
| int | fpm_worker_pool_config_free (struct fpm_worker_pool_config_s *wpc) |
| int | fpm_conf_write_pid (void) |
| int | fpm_conf_unlink_pid (void) |
Variables | |
| struct fpm_global_config_s | fpm_global_config |
| #define FPM_CONF_MAX_PONG_LENGTH 64 |
Definition at line 11 of file fpm_conf.h.
Definition at line 9 of file fpm_conf.h.
| anonymous enum |
| Enumerator | |
|---|---|
| PM_STYLE_STATIC | |
| PM_STYLE_DYNAMIC | |
| PM_STYLE_ONDEMAND | |
Definition at line 118 of file fpm_conf.h.
| int fpm_conf_init_main | ( | int | test_conf, |
| int | force_daemon ) |
Definition at line 1836 of file fpm_conf.c.
| int fpm_conf_unlink_pid | ( | void | ) |
Definition at line 1240 of file fpm_conf.c.
| int fpm_conf_write_pid | ( | void | ) |
Definition at line 1251 of file fpm_conf.c.
| int fpm_worker_pool_config_free | ( | struct fpm_worker_pool_config_s * | wpc | ) |
Definition at line 662 of file fpm_conf.c.
|
extern |
Definition at line 64 of file fpm_conf.c.