Home
last modified time | relevance | path

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

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.h53 struct fpm_worker_pool_config_s { struct
115 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc); argument
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_config_s *config;
H A Dfpm_conf.c55 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field)
531 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm()
605 wp->config = malloc(sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()
612 memset(wp->config, 0, sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()
637 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc) /* {{{ */ in fpm_worker_pool_config_free()
804 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()
836 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()
1310 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section()
1330 config = (struct fpm_worker_pool_config_s *)fpm_worker_pool_config_alloc(); in fpm_conf_ini_parser_section()
H A Dfpm_unix.c40 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_premissions()

Completed in 16 milliseconds