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

Function fs_load

modules/md/md_store_fs.c:724–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724static apr_status_t fs_load(md_store_t *store, md_store_group_t group,
725 const char *name, const char *aspect,
726 md_store_vtype_t vtype, void **pvalue, apr_pool_t *p)
727{
728 md_store_fs_t *s_fs = FS_STORE(store);
729 return md_util_pool_vdo(pfs_load, s_fs, p, group, name, aspect, vtype, pvalue, NULL);
730}
731
732static apr_status_t fs_save(md_store_t *store, apr_pool_t *p, md_store_group_t group,
733 const char *name, const char *aspect,

Callers

nothing calls this directly

Calls 1

md_util_pool_vdoFunction · 0.85

Tested by

no test coverage detected