php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_unix.h File Reference
#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
 

Function Documentation

◆ fpm_unix_free_socket_permissions()

int fpm_unix_free_socket_permissions ( struct fpm_worker_pool_s * wp)

Definition at line 338 of file fpm_unix.c.

◆ fpm_unix_init_child()

int fpm_unix_init_child ( struct fpm_worker_pool_s * wp)

Definition at line 424 of file fpm_unix.c.

◆ fpm_unix_init_main()

int fpm_unix_init_main ( void )

Definition at line 567 of file fpm_unix.c.

◆ fpm_unix_resolve_socket_permissions()

int fpm_unix_resolve_socket_permissions ( struct fpm_worker_pool_s * wp)

Definition at line 127 of file fpm_unix.c.

◆ fpm_unix_set_socket_permissions()

int fpm_unix_set_socket_permissions ( struct fpm_worker_pool_s * wp,
const char * path )

Definition at line 287 of file fpm_unix.c.

◆ fpm_unix_test_config()

bool fpm_unix_test_config ( struct fpm_worker_pool_s * wp)

Definition at line 115 of file fpm_unix.c.

Variable Documentation

◆ fpm_pagesize

size_t fpm_pagesize
extern

Definition at line 48 of file fpm_unix.c.