MCPcopy Create free account
hub / github.com/apache/httpd / gperms

Function gperms

modules/md/md_store_fs.c:396–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396static const perms_t *gperms(md_store_fs_t *s_fs, md_store_group_t group)
397{
398 if (group >= (sizeof(s_fs->group_perms)/sizeof(s_fs->group_perms[0]))
399 || !s_fs->group_perms[group].dir) {
400 return &s_fs->def_perms;
401 }
402 return &s_fs->group_perms[group];
403}
404
405static apr_status_t fs_get_fname(const char **pfname,
406 md_store_t *store, md_store_group_t group,

Callers 2

mk_group_dirFunction · 0.85
pfs_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected