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

Function dav_fs_walk

modules/dav/fs/repos.c:1910–1915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1908}
1909
1910static dav_error * dav_fs_walk(const dav_walk_params *params, int depth,
1911 dav_response **response)
1912{
1913 /* always return the error, and any/all multistatus responses */
1914 return dav_fs_internal_walk(params, depth, 0, NULL, response);
1915}
1916
1917/* dav_fs_etag: Creates an etag for the file path.
1918 */

Callers 1

dav_fs_remove_resourceFunction · 0.85

Calls 1

dav_fs_internal_walkFunction · 0.85

Tested by

no test coverage detected