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

Function md_store_get_fname

modules/md/md_store.c:127–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127apr_status_t md_store_get_fname(const char **pfname,
128 md_store_t *store, md_store_group_t group,
129 const char *name, const char *aspect,
130 apr_pool_t *p)
131{
132 if (store->get_fname) {
133 return store->get_fname(pfname, store, group, name, aspect, p);
134 }
135 return APR_ENOTIMPL;
136}
137
138int md_store_is_newer(md_store_t *store, md_store_group_t group1, md_store_group_t group2,
139 const char *name, const char *aspect, apr_pool_t *p)

Callers 3

check_group_dirFunction · 0.85
get_certificatesFunction · 0.85
md_reg_get_cred_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected