Apache2
dav_resource Struct Reference

#include <mod_dav.h>

Collaboration diagram for dav_resource:

Data Fields

dav_resource_type type
 
int exists
 
int collection
 
int versioned
 
int baselined
 
int working
 
const char * uri
 
dav_resource_privateinfo
 
const dav_hooks_repositoryhooks
 
apr_pool_tpool
 
const dav_acl_provideracls
 
void * ctx
 

Field Documentation

◆ acls

const dav_acl_provider* dav_resource::acls

◆ baselined

int dav_resource::baselined

◆ collection

int dav_resource::collection

◆ ctx

void* dav_resource::ctx

◆ exists

int dav_resource::exists

◆ hooks

const dav_hooks_repository* dav_resource::hooks

◆ info

dav_resource_private* dav_resource::info

◆ pool

apr_pool_t* dav_resource::pool

◆ type

dav_resource_type dav_resource::type

◆ uri

const char* dav_resource::uri

◆ versioned

int dav_resource::versioned

◆ working

int dav_resource::working

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