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

#include <mod_dav.h>

Public Attributes

dav_lock_rectype rectype
 
int is_locknull
 
dav_lock_scope scope
 
dav_lock_type type
 
int depth
 
time_t timeout
 
const dav_locktokenlocktoken
 
const charowner
 
const charauth_user
 
dav_lock_privateinfo
 
struct dav_locknext
 

Detailed Description

Definition at line 1388 of file mod_dav.h.

Member Data Documentation

◆ auth_user

const char* dav_lock::auth_user

Definition at line 1403 of file mod_dav.h.

◆ depth

int dav_lock::depth

Definition at line 1397 of file mod_dav.h.

◆ info

dav_lock_private* dav_lock::info

Definition at line 1405 of file mod_dav.h.

◆ is_locknull

int dav_lock::is_locknull

Definition at line 1391 of file mod_dav.h.

◆ locktoken

const dav_locktoken* dav_lock::locktoken

Definition at line 1400 of file mod_dav.h.

◆ next

struct dav_lock* dav_lock::next

Definition at line 1407 of file mod_dav.h.

◆ owner

const char* dav_lock::owner

Definition at line 1402 of file mod_dav.h.

◆ rectype

dav_lock_rectype dav_lock::rectype

Definition at line 1390 of file mod_dav.h.

◆ scope

dav_lock_scope dav_lock::scope

Definition at line 1395 of file mod_dav.h.

◆ timeout

time_t dav_lock::timeout

Definition at line 1398 of file mod_dav.h.

◆ type

dav_lock_type dav_lock::type

Definition at line 1396 of file mod_dav.h.


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