|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "fpm_worker_pool.h"Go to the source code of this file.
Functions | |
| bool | fpm_unix_test_config (struct fpm_worker_pool_s *wp) |
| int | fpm_unix_resolve_socket_permissions (struct fpm_worker_pool_s *wp) |
| int | fpm_unix_set_socket_permissions (struct fpm_worker_pool_s *wp, const char *path) |
| int | fpm_unix_free_socket_permissions (struct fpm_worker_pool_s *wp) |
| int | fpm_unix_init_child (struct fpm_worker_pool_s *wp) |
| int | fpm_unix_init_main (void) |
Variables | |
| size_t | fpm_pagesize |
| int fpm_unix_free_socket_permissions | ( | struct fpm_worker_pool_s * | wp | ) |
Definition at line 338 of file fpm_unix.c.
| int fpm_unix_init_child | ( | struct fpm_worker_pool_s * | wp | ) |
Definition at line 424 of file fpm_unix.c.
| int fpm_unix_init_main | ( | void | ) |
Definition at line 567 of file fpm_unix.c.
| int fpm_unix_resolve_socket_permissions | ( | struct fpm_worker_pool_s * | wp | ) |
Definition at line 127 of file fpm_unix.c.
| int fpm_unix_set_socket_permissions | ( | struct fpm_worker_pool_s * | wp, |
| const char * | path ) |
Definition at line 287 of file fpm_unix.c.
| bool fpm_unix_test_config | ( | struct fpm_worker_pool_s * | wp | ) |
Definition at line 115 of file fpm_unix.c.
|
extern |
Definition at line 48 of file fpm_unix.c.