#include <mod_dav.h>
|
dav_prop_insert(* | insert_prop )(const dav_resource *resource, int propid, dav_prop_insert what, apr_text_header *phdr) |
|
int(* | is_writable )(const dav_resource *resource, int propid) |
|
const char *const * | namespace_uris |
|
dav_error *(* | patch_validate )(const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead) |
|
dav_error *(* | patch_exec )(const dav_resource *resource, const apr_xml_elem *elem, int operation, void *context, dav_liveprop_rollback **rollback_ctx) |
|
void(* | patch_commit )(const dav_resource *resource, int operation, void *context, dav_liveprop_rollback *rollback_ctx) |
|
dav_error *(* | patch_rollback )(const dav_resource *resource, int operation, void *context, dav_liveprop_rollback *rollback_ctx) |
|
void * | ctx |
|
◆ ctx
void* dav_hooks_liveprop::ctx |
◆ insert_prop
◆ is_writable
◆ namespace_uris
const char* const* dav_hooks_liveprop::namespace_uris |
◆ patch_commit
◆ patch_exec
◆ patch_rollback
◆ patch_validate
The documentation for this struct was generated from the following file: