Searched refs:fpm_worker_pool_config_s (Results 1 – 4 of 4) sorted by relevance
54 struct fpm_worker_pool_config_s { struct106 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc); argument
23 struct fpm_worker_pool_config_s *config;
56 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field)524 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm()596 wp->config = malloc(sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()603 memset(wp->config, 0, sizeof(struct fpm_worker_pool_config_s)); in fpm_worker_pool_config_alloc()627 int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc) /* {{{ */ in fpm_worker_pool_config_free()791 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()823 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools()1296 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section()1316 config = (struct fpm_worker_pool_config_s *)fpm_worker_pool_config_alloc(); in fpm_conf_ini_parser_section()
33 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_premissions()
Completed in 21 milliseconds