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

Function dispatch

modules/md/md_store_fs.c:503–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503static apr_status_t dispatch(md_store_fs_t *s_fs, md_store_fs_ev_t ev, unsigned int group,
504 const char *fname, apr_filetype_e ftype, apr_pool_t *p)
505{
506 (void)ev;
507 if (s_fs->event_cb) {
508 return s_fs->event_cb(s_fs->event_baton, &s_fs->s, MD_S_FS_EV_CREATED,
509 group, fname, ftype, p);
510 }
511 return APR_SUCCESS;
512}
513
514static apr_status_t mk_group_dir(const char **pdir, md_store_fs_t *s_fs,
515 md_store_group_t group, const char *name,

Callers 3

mk_group_dirFunction · 0.70
pfs_saveFunction · 0.70
pfs_moveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected