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

Function register_hooks

modules/dav/fs/mod_dav_fs.c:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88static void register_hooks(apr_pool_t *p)
89{
90 dav_hook_gather_propsets(dav_fs_gather_propsets, NULL, NULL,
91 APR_HOOK_MIDDLE);
92 dav_hook_find_liveprop(dav_fs_find_liveprop, NULL, NULL, APR_HOOK_MIDDLE);
93 dav_hook_insert_all_liveprops(dav_fs_insert_all_liveprops, NULL, NULL,
94 APR_HOOK_MIDDLE);
95
96 dav_fs_register(p);
97}
98
99AP_DECLARE_MODULE(dav_fs) =
100{

Callers

nothing calls this directly

Calls 1

dav_fs_registerFunction · 0.85

Tested by

no test coverage detected