php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_unix.h
Go to the documentation of this file.
1 /* (c) 2007,2008 Andrei Nigmatulin */
2
3#ifndef FPM_UNIX_H
4#define FPM_UNIX_H 1
5
6#include "fpm_worker_pool.h"
7
9
11int fpm_unix_set_socket_permissions(struct fpm_worker_pool_s *wp, const char *path);
13
15int fpm_unix_init_main(void);
16
17extern size_t fpm_pagesize;
18
19#endif
size_t fpm_pagesize
Definition fpm_unix.c:48
int fpm_unix_set_socket_permissions(struct fpm_worker_pool_s *wp, const char *path)
Definition fpm_unix.c:287
int fpm_unix_free_socket_permissions(struct fpm_worker_pool_s *wp)
Definition fpm_unix.c:338
int fpm_unix_resolve_socket_permissions(struct fpm_worker_pool_s *wp)
Definition fpm_unix.c:127
int fpm_unix_init_main(void)
Definition fpm_unix.c:567
int fpm_unix_init_child(struct fpm_worker_pool_s *wp)
Definition fpm_unix.c:424
bool fpm_unix_test_config(struct fpm_worker_pool_s *wp)
Definition fpm_unix.c:115