Searched refs:defer_to_dead (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/dav/main/
H A Dstd_liveprop.c186 int *defer_to_dead)
189 *defer_to_dead = 1;
183 dav_core_patch_validate(const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead) argument
H A Dprops.c946 int defer_to_dead = 0; local
951 &defer_to_dead);
952 if (ctx->err != NULL || !defer_to_dead)
H A Dmod_dav.h828 ** The provider must set defer_to_dead to true (non-zero) or false.
836 int *defer_to_dead);
/httpd/modules/dav/fs/
H A Drepos.c2035 int *defer_to_dead)
2043 *defer_to_dead = 1;
2031 dav_fs_patch_validate(const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead) argument

Completed in 2045 milliseconds