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

Function dav_fs_get_locknull_members

modules/dav/fs/lock.c:912–921  ·  view source on GitHub ↗

Note: used by dav_fs_repos.c */

Source from the content-addressed store, hash-verified

910
911/* Note: used by dav_fs_repos.c */
912dav_error * dav_fs_get_locknull_members(
913 const dav_resource *resource,
914 dav_buffer *pbuf)
915{
916 const char *dirpath;
917
918 /* ### should test this result value... */
919 (void) dav_fs_dir_file_name(resource, &dirpath, NULL);
920 return dav_fs_load_locknull_list(dav_fs_pool(resource), dirpath, pbuf);
921}
922
923/* ### fold into append_lock? */
924/* ### take an optional buf parameter? */

Callers 1

dav_fs_walkerFunction · 0.85

Calls 3

dav_fs_dir_file_nameFunction · 0.85
dav_fs_poolFunction · 0.85

Tested by

no test coverage detected