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

Function fs_save

modules/md/md_store_fs.c:732–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
734 md_store_vtype_t vtype, void *value, int create)
735{
736 md_store_fs_t *s_fs = FS_STORE(store);
737 return md_util_pool_vdo(pfs_save, s_fs, p, group, name, aspect,
738 vtype, value, create, NULL);
739}
740
741static apr_status_t fs_remove(md_store_t *store, md_store_group_t group,
742 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