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

Function fs_purge

modules/md/md_store_fs.c:772–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772static apr_status_t fs_purge(md_store_t *store, apr_pool_t *p,
773 md_store_group_t group, const char *name)
774{
775 md_store_fs_t *s_fs = FS_STORE(store);
776 return md_util_pool_vdo(pfs_purge, s_fs, p, group, name, NULL);
777}
778
779/**************************************************************************************************/
780/* iteration */

Callers

nothing calls this directly

Calls 1

md_util_pool_vdoFunction · 0.85

Tested by

no test coverage detected