Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.h50 struct fpm_worker_pool_config_s { struct
101 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc); argument
H A Dfpm_worker_pool.h23 struct fpm_worker_pool_config_s *config;
H A Dfpm_conf.c52 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field)
512 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm()
584 wp->config = malloc(sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()
591 memset(wp->config, 0, sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()
614 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc) /* {{{ */ in fpm_worker_pool_config_free()
778 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()
810 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()
1274 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section()
1294 config = (struct fpm_worker_pool_config_s *)fpm_worker_pool_config_alloc(); in fpm_conf_ini_parser_section()
H A Dfpm_unix.c33 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_premissions()

Completed in 23 milliseconds