#include "httpd.h"
#include "util_xml.h"
#include "apr_strings.h"
#include "ap_provider.h"
#include "mod_dav.h"
Go to the source code of this file.
|
| static dav_prop_insert | dav_core_insert_prop (const dav_resource *resource, int propid, dav_prop_insert what, apr_text_header *phdr) |
| |
| static int | dav_core_is_writable (const dav_resource *resource, int propid) |
| |
| static dav_error * | dav_core_patch_validate (const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead) |
| |
| int | dav_core_find_liveprop (const dav_resource *resource, const char *ns_uri, const char *name, const dav_hooks_liveprop **hooks) |
| |
| void | dav_core_insert_all_liveprops (request_rec *r, const dav_resource *resource, dav_prop_insert what, apr_text_header *phdr) |
| |
| void | dav_core_register_uris (apr_pool_t *p) |
| |
◆ dav_core_insert_prop()
◆ dav_core_is_writable()
◆ dav_core_patch_validate()
◆ dav_core_hooks_liveprop
Initial value:= {
}
static int dav_core_is_writable(const dav_resource *resource, int propid)
static dav_error * dav_core_patch_validate(const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead)
static const char *const dav_core_namespace_uris[]
static dav_prop_insert dav_core_insert_prop(const dav_resource *resource, int propid, dav_prop_insert what, apr_text_header *phdr)
Definition at line 25 of file std_liveprop.c.
◆ dav_core_liveprop_group
Initial value:=
{
}
static const dav_liveprop_spec dav_core_props[]
static const dav_hooks_liveprop dav_core_hooks_liveprop
Definition at line 52 of file std_liveprop.c.
◆ dav_core_namespace_uris
◆ dav_core_props
Initial value:=
{
{ 0 }
}
@ DAV_PROPID_resourcetype
@ DAV_PROPID_creator_displayname
Definition at line 41 of file std_liveprop.c.