Lines Matching defs:wp
56 static struct passwd *fpm_unix_get_passwd(struct fpm_worker_pool_s *wp, const char *name, int flags) in fpm_unix_get_passwd()
67 static inline bool fpm_unix_check_listen_address(struct fpm_worker_pool_s *wp, const char *address,… in fpm_unix_check_listen_address()
94 static inline bool fpm_unix_check_passwd(struct fpm_worker_pool_s *wp, const char *name, int flags) in fpm_unix_check_passwd()
99 static struct group *fpm_unix_get_group(struct fpm_worker_pool_s *wp, const char *name, int flags) in fpm_unix_get_group()
110 static inline bool fpm_unix_check_group(struct fpm_worker_pool_s *wp, const char *name, int flags) in fpm_unix_check_group()
115 bool fpm_unix_test_config(struct fpm_worker_pool_s *wp) in fpm_unix_test_config()
127 int fpm_unix_resolve_socket_permissions(struct fpm_worker_pool_s *wp) /* {{{ */ in fpm_unix_resolve_socket_permissions()
287 int fpm_unix_set_socket_permissions(struct fpm_worker_pool_s *wp, const char *path) /* {{{ */ in fpm_unix_set_socket_permissions()
338 int fpm_unix_free_socket_permissions(struct fpm_worker_pool_s *wp) /* {{{ */ in fpm_unix_free_socket_permissions()
349 static int fpm_unix_conf_wp(struct fpm_worker_pool_s *wp) /* {{{ */ in fpm_unix_conf_wp()
424 int fpm_unix_init_child(struct fpm_worker_pool_s *wp) /* {{{ */ in fpm_unix_init_child()
569 struct fpm_worker_pool_s *wp; in fpm_unix_init_main() local