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

Function fs_move

modules/md/md_store_fs.c:1071–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071static apr_status_t fs_move(md_store_t *store, apr_pool_t *p,
1072 md_store_group_t from, md_store_group_t to,
1073 const char *name, int archive)
1074{
1075 md_store_fs_t *s_fs = FS_STORE(store);
1076 return md_util_pool_vdo(pfs_move, s_fs, p, from, to, name, archive, NULL);
1077}
1078
1079static apr_status_t pfs_rename(void *baton, apr_pool_t *p, apr_pool_t *ptemp, va_list ap)
1080{

Callers

nothing calls this directly

Calls 1

md_util_pool_vdoFunction · 0.85

Tested by

no test coverage detected