Home
last modified time | relevance | path

Searched refs:fpm_worker_pool_config_s (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.h54 struct fpm_worker_pool_config_s { struct
119 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc); argument
H A Dfpm_worker_pool.h21 struct fpm_worker_pool_config_s *config;
H A Dfpm_conf.c50 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field)
533 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm()
607 wp->config = malloc(sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()
614 memset(wp->config, 0, sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()
640 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc) /* {{{ */ in fpm_worker_pool_config_free()
807 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()
839 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()
1344 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section()
1364 config = (struct fpm_worker_pool_config_s *)fpm_worker_pool_config_alloc(); in fpm_conf_ini_parser_section()
H A Dfpm_unix.c39 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_premissions()

Completed in 12 milliseconds