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

Function md_store_purge

modules/md/md_store.c:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93apr_status_t md_store_purge(md_store_t *store, apr_pool_t *p, md_store_group_t group,
94 const char *name)
95{
96 return store->purge(store, p, group, name);
97}
98
99apr_status_t md_store_iter(md_store_inspect *inspect, void *baton, md_store_t *store,
100 apr_pool_t *p, md_store_group_t group, const char *pattern,

Callers 7

md_renew_start_watchingFunction · 0.85
cha_teardown_dirFunction · 0.85
run_load_stagingFunction · 0.85
md_reg_load_stagingsFunction · 0.85
acme_renewFunction · 0.85
acme_preloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected