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

#include <mod_dav.h>

Public Attributes

dav_resource_type type
 
int exists
 
int collection
 
int versioned
 
int baselined
 
int working
 
const charuri
 
dav_resource_privateinfo
 
const dav_hooks_repositoryhooks
 
apr_pool_tpool
 

Detailed Description

Definition at line 387 of file mod_dav.h.

Member Data Documentation

◆ baselined

int dav_resource::baselined

Definition at line 400 of file mod_dav.h.

◆ collection

int dav_resource::collection

Definition at line 392 of file mod_dav.h.

◆ exists

int dav_resource::exists

Definition at line 390 of file mod_dav.h.

◆ hooks

const dav_hooks_repository* dav_resource::hooks

Definition at line 414 of file mod_dav.h.

◆ info

dav_resource_private* dav_resource::info

Definition at line 412 of file mod_dav.h.

◆ pool

apr_pool_t* dav_resource::pool

Definition at line 419 of file mod_dav.h.

◆ type

dav_resource_type dav_resource::type

Definition at line 388 of file mod_dav.h.

◆ uri

const char* dav_resource::uri

Definition at line 408 of file mod_dav.h.

◆ versioned

int dav_resource::versioned

Definition at line 396 of file mod_dav.h.

◆ working

int dav_resource::working

Definition at line 404 of file mod_dav.h.


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