Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dfpm_unix.c99 static struct group *fpm_unix_get_group(struct fpm_worker_pool_s *wp, const char *name, int flags) in fpm_unix_get_group() function
112 return !name || fpm_unix_is_id(name) || fpm_unix_get_group(wp, name, flags); in fpm_unix_check_group()
218 grp = fpm_unix_get_group(wp, p, ZLOG_SYSERROR); in fpm_unix_resolve_socket_permissions()
275 grp = fpm_unix_get_group(wp, c->listen_group, ZLOG_SYSERROR); in fpm_unix_resolve_socket_permissions()
385 grp = fpm_unix_get_group(wp, wp->config->group, ZLOG_ERROR); in fpm_unix_conf_wp()

Completed in 7 milliseconds