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

Function md_store_group_name

modules/md/md_store.c:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62const char *md_store_group_name(unsigned int group)
63{
64 if (group < sizeof(GROUP_NAME)/sizeof(GROUP_NAME[0])) {
65 return GROUP_NAME[group];
66 }
67 return "UNKNOWN";
68}
69
70apr_status_t md_store_load(md_store_t *store, md_store_group_t group,
71 const char *name, const char *aspect,

Callers 10

upgrade_from_1_0Function · 0.85
fs_get_fnameFunction · 0.85
fs_get_dnameFunction · 0.85
pfs_removeFunction · 0.85
pfs_purgeFunction · 0.85
fs_iterateFunction · 0.85
fs_iterate_namesFunction · 0.85
fs_remove_nmsFunction · 0.85
pfs_moveFunction · 0.85
pfs_renameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected