Apache HTTPD
Public Attributes | List of all members
dav_hooks_liveprop Struct Reference

#include <mod_dav.h>

Public Attributes

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 *constnamespace_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
 

Detailed Description

Definition at line 889 of file mod_dav.h.

Member Data Documentation

◆ ctx

void* dav_hooks_liveprop::ctx

Definition at line 1005 of file mod_dav.h.

◆ insert_prop

dav_prop_insert(* dav_hooks_liveprop::insert_prop) (const dav_resource *resource, int propid, dav_prop_insert what, apr_text_header *phdr)

Definition at line 922 of file mod_dav.h.

◆ is_writable

int(* dav_hooks_liveprop::is_writable) (const dav_resource *resource, int propid)

Definition at line 934 of file mod_dav.h.

◆ namespace_uris

const char* const* dav_hooks_liveprop::namespace_uris

Definition at line 944 of file mod_dav.h.

◆ patch_commit

void(* dav_hooks_liveprop::patch_commit) (const dav_resource *resource, int operation, void *context, dav_liveprop_rollback *rollback_ctx)

Definition at line 990 of file mod_dav.h.

◆ patch_exec

dav_error *(* dav_hooks_liveprop::patch_exec) (const dav_resource *resource, const apr_xml_elem *elem, int operation, void *context, dav_liveprop_rollback **rollback_ctx)

Definition at line 983 of file mod_dav.h.

◆ patch_rollback

dav_error *(* dav_hooks_liveprop::patch_rollback) (const dav_resource *resource, int operation, void *context, dav_liveprop_rollback *rollback_ctx)

Definition at line 996 of file mod_dav.h.

◆ patch_validate

dav_error *(* dav_hooks_liveprop::patch_validate) (const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead)

Definition at line 976 of file mod_dav.h.


The documentation for this struct was generated from the following file: